diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 16:15:31 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 16:15:31 +0000 |
commit | 5da8bd633b2415111f3d1c8756d5df689f13c68c (patch) | |
tree | 443fbc16b1c56ad81742ca4db7ca9246ae813ed3 /net | |
parent | 4ef67c717833f1035d2bdd50e92b1248c80bfcd7 (diff) | |
download | pkgsrc-5da8bd633b2415111f3d1c8756d5df689f13c68c.tar.gz |
- adding destdir support and license of perl itself (README)
- removing dependencies which are included in perl core meanwhile
- removed empty PLIST
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-RadiusPerl/Makefile | 7 | ||||
-rw-r--r-- | net/p5-RadiusPerl/PLIST | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-RadiusPerl/Makefile b/net/p5-RadiusPerl/Makefile index 29d59dc087a..937b87d33d6 100644 --- a/net/p5-RadiusPerl/Makefile +++ b/net/p5-RadiusPerl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/21 22:27:53 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/07 16:15:31 sno Exp $ # DISTNAME= RadiusPerl-0.13 @@ -9,9 +9,10 @@ MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/ COMMENT= Provide simple Radius client facilities +LICENSE= artistic + +PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Digest-MD5>=2.20:../../security/p5-Digest-MD5 -DEPENDS+= p5-IO>=1.12:../../devel/p5-IO DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump WRKSRC= ${WRKDIR}/Authen-Radius-0.13 diff --git a/net/p5-RadiusPerl/PLIST b/net/p5-RadiusPerl/PLIST deleted file mode 100644 index 0d9b1909691..00000000000 --- a/net/p5-RadiusPerl/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:31:51 adrianp Exp $ |