Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Module-Starter-PBP / Makefile
1 # Created by: Lars Thegler <lth@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Module-Starter-PBP
5 PORTVERSION=    0.0.3
6 DISTVERSIONPREFIX=      v
7 PORTREVISION=   2
8 CATEGORIES=     devel perl5
9 MASTER_SITES=   CPAN
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     lth@FreeBSD.org
13 COMMENT=        Create a module as recommended in "Perl Best Practices"
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-Module-Starter>=0:${PORTSDIR}/devel/p5-Module-Starter
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>