summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-07-07 17:19:37 +0000
committersno <sno@pkgsrc.org>2009-07-07 17:19:37 +0000
commite086a185b584c848d93655dbeaa51cdb67a8dbed (patch)
tree5a52096484e1cc11daa34ba82e6812af7372421b /x11
parent79e9964bd3246704a23817c7b72aa39a3b7e566a (diff)
downloadpkgsrc-e086a185b584c848d93655dbeaa51cdb67a8dbed.tar.gz
adding destdir support and license of perl itself (META.yml)
Diffstat (limited to 'x11')
-rw-r--r--x11/p5-Clipboard/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile
index cb26da28ef2..d48de4f4c3a 100644
--- a/x11/p5-Clipboard/Makefile
+++ b/x11/p5-Clipboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/17 13:04:21 seb Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/07 17:19:37 sno Exp $
#
DISTNAME= Clipboard-0.09
@@ -10,6 +10,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KI/KING/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Clipboard/
COMMENT= Copy and paste with any OS
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
@@ -19,8 +23,6 @@ DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All
DEPENDS+= p5-Spiffy-[0-9]*:../../devel/p5-Spiffy
DEPENDS+= xclip-[0-9]*:../../x11/xclip
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
PERL5_PACKLIST= auto/Clipboard/.packlist
.include "../../lang/perl5/module.mk"