20 lines
466 B
Makefile
20 lines
466 B
Makefile
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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Template-Toolkit>0:www/p5-Template-Toolkit \
|
|
p5-HTML-SuperForm>0:textproc/p5-HTML-SuperForm
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|