diff options
author | sno <sno> | 2012-07-18 08:06:03 +0000 |
---|---|---|
committer | sno <sno> | 2012-07-18 08:06:03 +0000 |
commit | 971845076c59c4d361832aeea602ac83580deab7 (patch) | |
tree | 15df9ba0792246303cd4f07d432031df24d1495b /devel | |
parent | 329b0171f2b545b42833f0b219347e0b639638fb (diff) | |
download | pkgsrc-971845076c59c4d361832aeea602ac83580deab7.tar.gz |
Add conflict for devel/p5-Moo before Role::Tiny was split out from it
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Role-Tiny/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Role-Tiny/Makefile b/devel/p5-Role-Tiny/Makefile index aa8b60a7d7b..705e4767449 100644 --- a/devel/p5-Role-Tiny/Makefile +++ b/devel/p5-Role-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/07/18 07:54:13 sno Exp $ +# $NetBSD: Makefile,v 1.2 2012/07/18 08:06:03 sno Exp $ DISTNAME= Role-Tiny-1.001004 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/Role-Tiny/ COMMENT= Roles. Like a nouvelle cuisine portion size slice of Moose. LICENSE= ${PERL5_LICENSE} +CONFLICTS+= p5-Moo<0.009014 + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |