mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
cb41fc6623
Sponsored by: Absolight
48 lines
1.3 KiB
Makefile
48 lines
1.3 KiB
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-Mechanize
|
|
PORTVERSION= 1.86
|
|
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
|
|
|
|
BUILD_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>=0: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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= 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
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
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>
|