openbsd-ports/www/p5-libwww/Makefile
jasper 6ac4c07c5b - update to 5.837, which is the last release before the massive changes in 6.00
where upstream unbundled all modules not in the LWP:: namespace into separate
cpan modules....
2011-06-29 09:18:24 +00:00

27 lines
595 B
Makefile

# $OpenBSD: Makefile,v 1.36 2011/06/29 09:18:24 jasper Exp $
COMMENT= library for WWW access in Perl
MODULES= cpan
DISTNAME= libwww-perl-5.837
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
CATEGORIES= www
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
RUN_DEPENDS= www/p5-URI>1.10 \
www/p5-HTML-Parser>=3.33 \
www/p5-HTML-Tagset \
p5-Crypt-SSLeay-*|p5-IO-Socket-SSL-*:security/p5-Crypt-SSLeay \
www/p5-HTTP-GHTTP
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>