7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:09 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= DateManip-5.42a
|
|
PKGNAME= ${DISTNAME:S/DateManip/p5-Date-Manip/}
|
|
SVR4_PKGNAME= p5dma
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= jwise@NetBSD.org
|
|
HOMEPAGE= http://www.cpan.org/
|
|
COMMENT= Perl5 module for date calculations
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Date/Manip/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|