- Updating package for p5 module of Time::Piece from 1.14 to 1.15 - Correcting license (see module documentation) Upstream changes: 1.15 - Skip a test on Win32 that there's just no way of passing - Document the above failure
22 lines
572 B
Makefile
22 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/07/07 19:27:57 sno Exp $
|
|
|
|
DISTNAME= Time-Piece-1.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tpc
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Time-Piece/
|
|
COMMENT= Time::Piece - Object Oriented time objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Time/Piece/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|