pkgsrc-wip/p5-UNIVERSAL-exports/Makefile
David Brownlee efc9525365 Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
    p5-CLASS
    p5-Email-FolderType
    p5-Email-LocalDelivery
    p5-Exporter-Lite
    p5-File-MMagic-XS
    p5-File-Path-Expand
    p5-HTML-TokeParser-Simple
    p5-MARC-Record
    p5-Net-Z3950-ZOOM
    p5-Sub-Override
    p5-Test-MockModule
    p5-Tie-Array-Sorted
    p5-aliased
2008-10-12 17:37:30 +00:00

25 lines
801 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/10/12 17:37:30 absd Exp $
DISTNAME= UNIVERSAL-exports-0.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5uex
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-exports/
COMMENT= Lightweight, universal exporting of variables
DEPENDS+= p5-Exporter-Lite>=0.01:../../devel/p5-Exporter-Lite
DEPENDS+= p5-UNIVERSAL-require>=0.01:../../devel/p5-UNIVERSAL-require
# p5-UNIVERSAL-require provides a conflicting (and more recent) require.pm
post-extract:
${RM} ${WRKSRC}/lib/UNIVERSAL/require.pm
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/UNIVERSAL/exports/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"