freebsd-ports/www/p5-HTML-WikiConverter/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

26 lines
660 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= HTML-WikiConverter
PORTVERSION= 0.68
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= HTML to wiki markup converter
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:devel/p5-Class-Data-Inheritable \
p5-Params-Validate>=0.77:devel/p5-Params-Validate \
p5-CSS>=0:textproc/p5-CSS \
p5-HTML-Parser>=3.34:www/p5-HTML-Parser \
p5-HTML-Tagset>=3.04:www/p5-HTML-Tagset \
p5-HTML-Tree>=3.18:www/p5-HTML-Tree \
p5-URI>=1.35:net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>