1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- Update *_DEPENDS

- Add LICENSE
- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-03 07:12:01 +00:00
parent 2141371712
commit 9fd78b46a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376092

View File

@ -3,7 +3,7 @@
PORTNAME= InlineX-C2XS
PORTVERSION= 0.24
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
@ -12,7 +12,10 @@ 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
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Inline-C>=0.54:${PORTSDIR}/devel/p5-Inline-C
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn