pkgsrc-wip/p5-Time-Piece-Range/Makefile
Aleksej Saushev 4fcaf1cf40 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 19:11:57 +00:00

21 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/04 19:12:00 asau Exp $
DISTNAME= Time-Piece-Range-1.2
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Time-Piece-Range/
COMMENT= Time::Piece::Range - deal with a range of Time::Piece objects
DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece
DEPENDS+= p5-Date-Range>=1.2:../../wip/p5-Date-Range
PKG_DESTDIR_SUPPORT= none
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Time/Piece/Range/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"