opnsense-ports/devel/p5-Scope-Container/Makefile
Franco Fichtner 4b54369177 */*: sync with upstream
Taken from: HardenedBSD
2018-06-20 08:11:15 +02:00

20 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= Scope-Container
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Container object for temporary scoped items like database connections
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
PLIST_FILES= ${SITE_PERL_REL}/Scope/Container.pm \
${SITE_MAN3_REL}/Scope::Container.3.gz
.include <bsd.port.mk>