freebsd-ports/devel/p5-InlineX-C2XS/Makefile
Sunpoet Po-Chuan Hsieh 9fd78b46a6 - Update *_DEPENDS
- Add LICENSE
- Bump PORTREVISION for dependency change
2015-01-03 07:12:01 +00:00

25 lines
570 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= InlineX-C2XS
PORTVERSION= 0.24
PORTREVISION= 2
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
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>