diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 17:19:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 17:19:37 +0000 |
commit | 1639ede1182781a91d7bd28da7bfabf46f4b7615 (patch) | |
tree | 5a52096484e1cc11daa34ba82e6812af7372421b /x11/p5-Clipboard | |
parent | c909c73da2077cfc762075a96355caa363f414b7 (diff) | |
download | pkgsrc-1639ede1182781a91d7bd28da7bfabf46f4b7615.tar.gz |
adding destdir support and license of perl itself (META.yml)
Diffstat (limited to 'x11/p5-Clipboard')
-rw-r--r-- | x11/p5-Clipboard/Makefile | 8 |
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" |