5dd4ee18c0
Pkgsrc changes: o Add HOMEPAGE using search.cpan.org. o Change module build type to match package upgrade. Upstream changes: 1.02 May 10, 2008 - no functional changes - minor clean up to documentation - use Module::Build::DistVersion for packaging 1.01 March 21, 2007 - converted to Module::Build - updated my email address - added example/gettysburg.pl - added POD tests & fixed POD error
21 lines
535 B
Makefile
21 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/07/27 16:14:58 he Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Wrapper-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5twr
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Wrapper/
|
|
COMMENT= Perl5 module that provides simple word wrapping
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PERL5_PACKLIST= auto/Text/Wrapper/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|