blob: d6599d7799667ca3bed8bff373fa53f1c7313637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|