pkgsrc changes: - Adding license definition - Take care for correct file permissions Upstream changes: 0.533 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Updated eval blocks to avoid stomping on $@ from an outer scope.
25 lines
700 B
Makefile
25 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/02/02 12:40:22 sno Exp $
|
|
|
|
DISTNAME= Rose-DateTime-0.533
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Rose-DateTime/
|
|
COMMENT= DateTime helper functions and objects for Rose
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
|
|
PERL5_PACKLIST= auto/Rose/DateTime/.packlist
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|