freebsd-ports/devel/p5-ExtUtils-ParseXS/Makefile
Dmitry Sivachenko 16146f4e6f This port requires perl 5.6.
PR:		53954
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-03 16:28:56 +00:00

30 lines
677 B
Makefile

# New ports collection makefile for: ExtUtils::ParseXS
# Date created: 29 June 2003
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ExtUtils-ParseXS
PORTVERSION= 2.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ExtUtils
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Converts Perl XS code into C code
PERL_CONFIGURE= yes
MAN3= ExtUtils::ParseXS.3
pre-patch:
@${PERL} -pi -e 's/INSTALLDIRS/bebe/' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500600
IGNORE= Needs perl 5.6 or higher because of "/??{}/" in regexes
.endif
.include <bsd.port.post.mk>