cb07d319ef
Pkgsrc changes: o Belatedly fix the version number tweak to forestall what would happen when/if this package upstream goes to 0.86, which is perfectly valid according to the perl version numbering rules, but which is problematical for pkgsrc's dewey-decimal system. Better to have the fix on the branch, even though this steps the version number backwards in pkgsrc-current. Approved by agc@
17 lines
487 B
Makefile
17 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/01/02 22:18:37 he Exp $
|
|
|
|
DISTNAME= Rose-Object-0.854
|
|
PKGNAME= p5-${DISTNAME:S/854/85.4/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Rose-Object/
|
|
COMMENT= Very simple class base class used by Rose objects
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Rose/Object/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|