pkgsrc-wip/p5-POSIX-strptime/Makefile
Hiramatsu Yoshifumi 3fb1e82c79 Update p5-POSIX-strptime to 0.10.
Changes from previous:
----------------------
0.10 Fri Jul 16 15:51:26 EDT 2010
    - Handle unitialized fields better and document them
      (thanks to Diab Jerius for the bug report)
      (thanks to Paul Evans for the fix)
2012-02-17 10:08:42 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/02/17 10:08:42 jgoamakf Exp $
DISTNAME= POSIX-strptime-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POSIX/}
MAINTAINER= tonnerre@thebsh.sygroup.ch
HOMEPAGE= http://search.cpan.org/dist/POSIX-strptime/
COMMENT= Perl module for the POSIX strptime function
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XSLoader-[0-9]*:../../devel/p5-XSLoader
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/POSIX/strptime/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"