freebsd-ports/devel/p5-Module-Installed-Tiny/Makefile

24 lines
521 B
Makefile

PORTNAME= Module-Installed-Tiny
PORTVERSION= 0.011
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Check if a module is installed, with as little code as possible
WWW= https://metacpan.org/dist/Module-Installed-Tiny
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Needs>=0:devel/p5-Test-Needs
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>