freebsd-ports/www/p5-WWW-Mechanize-Meta/Makefile
Andrej Zverev 4b64fee2fc - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:18:23 +00:00

19 lines
408 B
Makefile

# Created by: Oleg Mamontov <oleg@mamontov.net>
# $FreeBSD$
PORTNAME= WWW-Mechanize-Meta
PORTVERSION= 0.07
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= oleg@mamontov.net
COMMENT= Adds HEAD tag parsing to WWW::Mechanize
RUN_DEPENDS= p5-WWW-Mechanize>=1.20:${PORTSDIR}/www/p5-WWW-Mechanize
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>