summaryrefslogtreecommitdiff
path: root/x11/p5-Clipboard/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-07-07 17:19:37 +0000
committersno <sno>2009-07-07 17:19:37 +0000
commitfa67d10d7dda69ee1534b0a90141beb0457088d0 (patch)
tree5a52096484e1cc11daa34ba82e6812af7372421b /x11/p5-Clipboard/Makefile
parent2560363101be7588fdbcdab913a016c0e9e0472e (diff)
downloadpkgsrc-fa67d10d7dda69ee1534b0a90141beb0457088d0.tar.gz
adding destdir support and license of perl itself (META.yml)
Diffstat (limited to 'x11/p5-Clipboard/Makefile')
-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"