pkgsrc/devel/p5-Date-Simple/Makefile
sno d6173b68a4 PkgSrc changes:
- Updating package for p5 module Date::Simple from 3.02 to 3.03
  - Setting license to gnu-gpl-v2

Upstream changes:
2008-01-12  Igor Sutton <igor.sutton@yahoo.co.uk>
	* Subclassing should now work with today, ymd and d8
	  constructors (bug #32250).

2008-01-10  Igor Sutton <igor.sutton@yahoo.co.uk>
	* Copy default_format from old Date::Simple object when adding or
	  subtracting (bug #31037).

2008-01-09  Igor Sutton <igor.sutton@yahoo.co.uk>
	* Applied patch proposed for 64bit support (bug #28549).
2009-05-02 21:04:34 +00:00

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/05/02 21:04:34 sno Exp $
#
DISTNAME= Date-Simple-3.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= geeogeegeeoh@users.sourceforge.net
HOMEPAGE= http://search.cpan.org/~yves/Date-Simple/
COMMENT= A simple date object
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Date/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"