ea639510e8
- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Bump PORTREVISION due to new RUN_DEPENDS
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# New ports collection makefile for: p5-HTML-ResolveLink
|
|
# Date created: 2006-07-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-ResolveLink
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Resolve relative links in (X)HTML into absolute URI
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::ResolveLink.3
|
|
|
|
.include <bsd.port.mk>
|