diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-06 13:05:28 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-06 13:05:28 +0000 |
commit | 48978043a47af28c89fa587e3c38d701174b8a0c (patch) | |
tree | 37b4a5594b501fe9fb6b591d293d4f7a2a6c44df /devel/p5-Spoon | |
parent | 5223d2d705d6a51923e68d2c04888c01989c434a (diff) | |
download | pkgsrc-48978043a47af28c89fa587e3c38d701174b8a0c.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'devel/p5-Spoon')
-rw-r--r-- | devel/p5-Spoon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile index cc1f1bb38ca..5e4cc2f125d 100644 --- a/devel/p5-Spoon/Makefile +++ b/devel/p5-Spoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/08/14 12:26:36 obache Exp $ +# $NetBSD: Makefile,v 1.17 2011/10/06 13:05:28 hiramatsu Exp $ DISTNAME= Spoon-0.24 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-${AUTHOR_DIR}/} AUTHOR_DIR= authors/id/I/IN/INGY MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Spoon/ COMMENT= Spiffy Application Building Framework +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |