cd58d43d4c
ok by brad@ -- Libwww-perl is a collection of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients, thus libwww-perl said to be a WWW client library. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.
28 lines
821 B
Makefile
28 lines
821 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/29 10:55:30 avsm Exp $
|
|
|
|
DISTNAME= libwww-perl-5.48
|
|
PKGNAME= p5-libwww-5.48
|
|
CATEGORIES= www perl5
|
|
NEED_VERSION= 1.336
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= LWP
|
|
|
|
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
|
|
BUILD_DEPENDS= ${PERL_MODULES}/URI.pm::www/p5-URI \
|
|
${PERL_MODULES}/${ARCH}-openbsd/HTML/Entities.pm::www/p5-HTML-Parser \
|
|
${PERL_MODULES}/Net/Cmd.pm::net/p5-libnet \
|
|
${PERL_MODULES}/${ARCH}-openbsd/MD5.pm::security/p5-Digest-MD5 \
|
|
${PERL_MODULES}/${ARCH}-openbsd/Crypt/SSLeay.pm::security/p5-Crypt-SSLeay
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|