pkgsrc/devel/p5-Getopt-Simple/Makefile
wiz 0c7de9b37d Update to 1.48, provided by Greg Troxel in PR 28428:
1.48  Sun Nov 07 14:30:00 2004
        - Add sub pad() to simplify printing of fixed width fields.
                Original patch: Ricardo Signes.
                Since this is the only change, there is no need to upgrade

1.47  Tue Jul 20 20:43:00 2004
        - Change Makefile.PL to coexist with Module::Build
        - Document parameters properly
        - Test against Getopt::Long V 2.34
        - Add t/pod.t to test all PODs
2004-11-27 00:28:53 +00:00

19 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/11/27 00:28:53 wiz Exp $
DISTNAME= Getopt-Simple-1.48
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
EXTRACT_SUFX= .tgz
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/
COMMENT= Simple Getopt wrapper
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Getopt/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"