mirror of https://git.FreeBSD.org/ports.git
25 lines
526 B
Makefile
25 lines
526 B
Makefile
PORTNAME= InlineX-C2XS
|
|
PORTVERSION= 0.27
|
|
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
|
|
WWW= https://metacpan.org/release/InlineX-C2XS
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Inline-C>=0.54:devel/p5-Inline-C
|
|
TEST_DEPENDS= p5-Test-Warn>=0.24:devel/p5-Test-Warn
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|