aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Scope-Container/Makefile
blob: 199fdb8ff1646698d996e8365afd380864de9da7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>