65c44760ca
- Changelog: http://search.cpan.org/dist/HTML-Copy/Changes
28 lines
654 B
Makefile
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.23
|
|
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>
|