mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
23 lines
482 B
Makefile
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>
|