freebsd-ports/devel/p5-Scope-Container/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
422 B
Makefile

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
NO_ARCH= yes
PLIST_FILES= ${SITE_PERL_REL}/Scope/Container.pm \
${SITE_MAN3_REL}/Scope::Container.3.gz
.include <bsd.port.mk>