8e7a72576a
Upstream changes: 1.22 2013-08-12 - add explicit copyright and license statements - fix encoding of .pm files and add =encoding directive 1.21 2013-07-06 - fix installation target; now installs to site in v5.12 and later - make Time::Seconds match its VERSION to Time::Piece - numerous portability fixes imported from perl core distribution
21 lines
537 B
Makefile
21 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.21 2013/08/12 23:13:44 wen Exp $
|
|
|
|
DISTNAME= Time-Piece-1.22
|
|
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
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/Time/Piece/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|