Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-String-Formatter / Makefile
1 # Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
2 # $FreeBSD$
3
4 PORTNAME=       String-Formatter
5 PORTVERSION=    0.102082
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     geraud@gcu.info
12 COMMENT=        Build sprintf-like functions of your own
13
14 LICENSE=        GPLv2
15
16 RUN_DEPENDS=    p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
17                 p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
18 BUILD_DEPENDS:= ${RUN_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>