summaryrefslogtreecommitdiff
path: root/www/p5-libwww/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:51:23 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:51:23 +0000
commitca2c4b42bd5b5ef780ee37c0bc9e9c0a0d81f2d3 (patch)
treec7b6b627dd8b401153b61d3e6f04bc7ce82af306 /www/p5-libwww/Makefile
parentperl5 module for a HTTP server authentication class. (diff)
perl5 library for WWW access.
Notes
Notes: svn path=/head/; revision=4128
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r--www/p5-libwww/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
new file mode 100644
index 000000000000..0a4c27268f49
--- /dev/null
+++ b/www/p5-libwww/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: p5-libwww
+# Version required: 5.03
+# Date created: September 30th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= libwww-perl-5.03
+PKGNAME= p5-libwww-5.03
+CATEGORIES+= www
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/URI/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/URI/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/URI/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/URI/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/URI/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/URI/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
+ ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5 \
+ ${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ @ for file in File::CounterFile File::Listing Font::AFM HTML::AsSubs HTML::Element HTML::Entities HTML::FormatPS HTML::FormatText HTML::Formatter HTML::HeadParser HTML::LinkExtor HTML::Parse HTML::Parser HTML::TreeBuilder HTTP::Date HTTP::Headers HTTP::Message HTTP::Negotiate HTTP::Request HTTP::Response HTTP::Status LWP LWP::Debug LWP::IO LWP::MediaTypes LWP::MemberMixin LWP::Protocol LWP::RobotUA LWP::Simple LWP::Socket LWP::TkIO LWP::UserAgent MIME::Base64 MIME::QuotedPrint URI::Escape URI::URL WWW::RobotRules WWW::RobotRules::AnyDBM_File lwpcook; do \
+ gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
+ done
+ @ for file in lwp-mirror lwp-request lwp-rget; do \
+ gzip -9nf ${PREFIX}/man/man1/$$file.1; \
+ done
+.endif
+
+.include <bsd.port.mk>