freebsd-ports/www/p5-HTML-ResolveLink/Makefile
Steve Wills ea639510e8 - Add missing BUILD_DEPENDS so the module works
- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS
2012-01-10 21:44:01 +00:00

27 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>