opnsense-ports/devel/p5-String-Formatter/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

23 lines
499 B
Makefile

# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
# $FreeBSD$
PORTNAME= String-Formatter
PORTVERSION= 0.102082
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= Build sprintf-like functions of your own
LICENSE= GPLv2
RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>