9026f0fe04
- Add TEST_DEPENDS Changes: http://search.cpan.org/dist/InlineX-C2XS/CHANGES
26 lines
623 B
Makefile
26 lines
623 B
Makefile
# New ports collection makefile for: InlineX::C2XS
|
|
# Date created: 3 Oct 2006
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= InlineX-C2XS
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to create an XS file from an Inline C file
|
|
|
|
BUILD_DEPENDS= p5-Inline>=0.47:${PORTSDIR}/devel/p5-Inline
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= InlineX::C2XS.3 InlineX::C2XS-Cookbook.3
|
|
|
|
.include <bsd.port.mk>
|