diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-09-09 00:39:33 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-09-09 00:39:33 +0000 |
commit | 14740eba27c46345456b2d53f2b508e73109e633 (patch) | |
tree | ff7ff331822f6c24b22c715a2c5743408c94225c /net/p5-Net | |
parent | 01bd968764b96b2b3fe84acae803d82c3a2106e3 (diff) | |
download | pkgsrc-14740eba27c46345456b2d53f2b508e73109e633.tar.gz |
Add LICENSE.
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 273edee7473..f1bcf9ceaa8 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2011/08/14 14:14:41 obache Exp $ +# $NetBSD: Makefile,v 1.49 2011/09/09 00:39:33 hiramatsu Exp $ DISTNAME= libnet-1.22 PKGNAME= p5-Net-1.22 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/libnet/ COMMENT= Perl5 modules to access and use network protocols +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |