opnsense-ports/devel/p5-Module-Starter/Makefile
2022-09-07 22:33:21 +02:00

26 lines
552 B
Makefile

PORTNAME= Module-Starter
PORTVERSION= 1.77
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple starter kit for any Perl module
WWW= https://metacpan.org/release/Module-Starter
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Module-Runtime>=0:devel/p5-Module-Runtime \
p5-Software-License>=0.103005:misc/p5-Software-License
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PORTSCOUT= skipv:1.470
.include <bsd.port.mk>