Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Object-Container / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Object-Container
5 PORTVERSION=    0.14
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Simple object container
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19 TEST_DEPENDS=   p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
20
21 PORTSCOUT=      limit:^[0-9]*.[0-9][0-9]$$
22
23 USE_PERL5=      configure
24 USES=           perl5
25
26 .include <bsd.port.mk>