1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add {BUILD|RUN}_DEPENDS to p5-HTML-Tree.

Forgotten by:	will
This commit is contained in:
Vanilla I. Shu 2001-05-02 21:37:57 +00:00
parent 29d9eac1e9
commit dfe74543ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42183

View File

@ -7,6 +7,7 @@
PORTNAME= XML-TreeBuilder
PORTVERSION= 3.08
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}