diff options
author | spz <spz> | 2011-07-14 21:47:34 +0000 |
---|---|---|
committer | spz <spz> | 2011-07-14 21:47:34 +0000 |
commit | 2865ac261918bbb79e3c953252af9a9b42f2f491 (patch) | |
tree | 61a9bba9f2d7a62ea1a9114af9aac64507cdd7be /www/p5-LWP-Protocol-https | |
parent | 5f0f3cadaa7560ea4ab9f1d93993fc631f0c1006 (diff) | |
download | pkgsrc-2865ac261918bbb79e3c953252af9a9b42f2f491.tar.gz |
add CONFLICTS (thanks wiz@ for the reminder)
add a missing LICENSE and fix a few COMMENT
Diffstat (limited to 'www/p5-LWP-Protocol-https')
-rw-r--r-- | www/p5-LWP-Protocol-https/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-LWP-Protocol-https/Makefile b/www/p5-LWP-Protocol-https/Makefile index ea75630b6fe..06e93cd5fff 100644 --- a/www/p5-LWP-Protocol-https/Makefile +++ b/www/p5-LWP-Protocol-https/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 14:19:03 spz Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/14 21:47:35 spz Exp $ # DISTNAME= LWP-Protocol-https-6.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -11,6 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/LWP-Protocol-https/ COMMENT= Provide https support for LWP::UserAgent LICENSE= ${PERL5_LICENSE} +CONFLICTS+= p5-libwww-[0-5]* + PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty |