dd27159bd0
pkgsrc changes: - Adding license (perl5 license, according to module's doc) - Adjust dependencies according to META.yml - Removing obsoleted deletion of formerly included Carp::Clan Upstream changes: Version 5.6 28.07.2009 + Made the module MacOS X compatible + Made some tiny changes to the documentation Version 5.5 was skipped due to an unauthorized upload by someone else
24 lines
672 B
Makefile
24 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/08/09 09:21:44 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Date-Calc-5.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dca
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://engelschall.com/u/sb/download/
|
|
COMMENT= Perl5 module for Gregorian calendar date calculations
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Bit-Vector>=6.6:../../devel/p5-Bit-Vector
|
|
DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Date/Calc/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|