freebsd-ports/textproc/p5-HTML-FormatText-WithLinks/Makefile
Mathieu Arnold 2d7852dd48 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 14:03:59 +00:00

23 lines
522 B
Makefile

# Created by: loader <loader@freebsdmall.com>
# $FreeBSD$
PORTNAME= HTML-FormatText-WithLinks
PORTVERSION= 0.14
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= loader@freebsdmall.com
COMMENT= Perl5 module to convert HTML to text with links as footnotes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>