31 lines
671 B
Makefile
31 lines
671 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:02:57 espie Exp $
|
|
|
|
COMMENT= handy web browsing in a Perl object
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= WWW-Mechanize-1.60
|
|
REVISION= 0
|
|
CATEGORIES= www perl5
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :p5-libwww->=5.78:www/p5-libwww \
|
|
::devel/p5-Test-LongString \
|
|
::www/p5-HTTP-Server-Simple
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-PadWalker \
|
|
::devel/p5-Test-Memory-Cycle \
|
|
::devel/p5-Test-Pod \
|
|
::devel/p5-Test-Pod-Coverage \
|
|
::devel/p5-Test-Taint \
|
|
::devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|