freebsd-ports/www/p5-WWW-Mechanize/Makefile
Sunpoet Po-Chuan Hsieh 97adc38982 Update to 1.90
- Add LICENSE_FILE
- Add more TEST_DEPENDS

Changes:	https://metacpan.org/changes/distribution/WWW-Mechanize
2018-11-14 21:44:10 +00:00

51 lines
1.4 KiB
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= WWW-Mechanize
PORTVERSION= 1.90
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module is to help you automate interaction with a website
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-CGI>=4.08:www/p5-CGI \
p5-HTML-Form>=6:www/p5-HTML-Form \
p5-HTML-Parser>=3.33:www/p5-HTML-Parser \
p5-HTML-Tree>=5:www/p5-HTML-Tree \
p5-HTTP-Server-Simple>=0.35:www/p5-HTTP-Server-Simple \
p5-URI>=0:net/p5-URI \
p5-libwww>=5.829:www/p5-libwww
TEST_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic \
p5-Perl-Tidy>=0:devel/p5-Perl-Tidy \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
p5-Test-Output>=0:devel/p5-Test-Output \
p5-Test-Taint>=0:devel/p5-Test-Taint \
p5-Test-Warn>=0.11:devel/p5-Test-Warn \
p5-Test-Warnings>=0:devel/p5-Test-Warnings
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
DOCS= Changes etc/www-mechanize-logo.png
PORTDOCS= ${DOCS:T}
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>