summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize/Makefile
blob: 9586c7d05526b27c76e6738d84f52e225f177a84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	WWW-Mechanize
PORTVERSION=	1.88
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=	${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>=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
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>