aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-AutoXS-Header/Makefile
blob: 198c60c6999460e73951a20172a5c8bdda51e07e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	AutoXS-Header
# Date created:		                12 Nov 2008
# Whom:			                Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	AutoXS-Header
PORTVERSION=	1.02
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/S/SM/SMUELLER
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Container for the AutoXS header files

PERL_CONFIGURE=	yes

MAN3=		AutoXS::Header.3

.include <bsd.port.mk>