freebsd-ports/textproc/p5-HTML-Entities-Interpolate/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

25 lines
625 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTML-Entities-Interpolate
PORTVERSION= 1.09
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser \
p5-Tie-Function>=0.02:devel/p5-Tie-Function
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-File-Slurper>=0.008:devel/p5-File-Slurper
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 tar:tgz
.include <bsd.port.mk>