freebsd-ports/www/p5-HTML-SimpleLinkExtor/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

26 lines
561 B
Makefile

# Created by: Andrey Chernov <ache@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTML-SimpleLinkExtor
PORTVERSION= 1.27
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This is a simple HTML link extractor
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-Parser>=1.28:www/p5-HTML-Parser \
p5-URI>=1.09:net/p5-URI \
p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>