1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/p5-Template-Plugin-HTML-SuperForm/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
482 B
Makefile

# $FreeBSD$
PORTNAME= Template-Plugin-HTML-SuperForm
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module
BUILD_DEPENDS= p5-Template-Toolkit>0:www/p5-Template-Toolkit \
p5-HTML-SuperForm>0:textproc/p5-HTML-SuperForm
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>