1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/p5-WWW-Mechanize-Shell/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

41 lines
1.1 KiB
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= WWW-Mechanize-Shell
PORTVERSION= 0.57
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CORION
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interactive shell for www/p5-WWW-Mechanize
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Display>=0:www/p5-HTML-Display \
p5-HTML-TokeParser-Simple>=2.0:www/p5-HTML-TokeParser-Simple \
p5-Hook-LexWrap>=0.20:devel/p5-Hook-LexWrap \
p5-Term-Shell>=0.02:devel/p5-Term-Shell \
p5-URI>=0:net/p5-URI \
p5-WWW-Mechanize>=1.20:www/p5-WWW-Mechanize \
p5-WWW-Mechanize-FormFiller>=0.05:www/p5-WWW-Mechanize-FormFiller \
p5-libwww>=5.69:www/p5-libwww
TEST_DEPENDS= p5-CGI>=0:www/p5-CGI
OPTIONS_DEFINE= EXAMPLES
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
PORTEXAMPLES= banking.postbank.de.mech hotmail.signup.mech wwwshell.pl
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/bin && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>