freebsd-ports/devel/p5-ExtUtils-ParseXS/Makefile
Dmitry Sivachenko d703e785c7 Update to 2.19, add WWW to pkg-descr.
PR:		120901
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
2008-02-21 12:47:41 +00:00

24 lines
541 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.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Converts Perl XS code into C code
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= ExtUtils::ParseXS.3
.include <bsd.port.mk>