freebsd-ports/textproc/p5-HTML-Copy/Makefile
Chin-San Huang 788c558ba9 Add p5-HTML-Copy, Copy a HTML file without breaking links.
Submitted by:	chinsan
Approved by:	rafan (mentor, implicit)
2007-08-25 12:26:18 +00:00

28 lines
654 B
Makefile

# New ports collection makefile for: p5-HTML-Copy
# Date created: 2007/08/25
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= HTML-Copy
PORTVERSION= 1.22
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML/TKURITA
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Copy a HTML file without breaking links
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
MAN1= htmlcopy.1
MAN3= HTML::Copy.3
.include <bsd.port.mk>