aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-AutoXS-Header/Makefile
blob: edf73bc23aa915880221325d9e28b9028ed0170c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	AutoXS-Header
PORTVERSION=	1.02
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SMUELLER
PKGNAMEPREFIX=	p5-

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>