pkgsrc/print/p5-PostScript-MailLabels/Makefile
he dadd581aad Update from version 2.25nb1 to 2.30.
Pkgsrc changes:
 o Add commented-out HOMEPAGE using search.cpan.org
 o Adjust patch-aa to apply
 o Adjust PLIST to conform to what's installed

Upstream changes:

2.30 Mon Nov 17 20:36:36 CST 2008
    Apply patch from brian d foy to add
    dymo labels

2.27 Mon Oct 20 20:09:09 CDT 2008
    Patch had an error - repaired.
    Add META.yml

2.26 Sun Oct 19 16:22:56 CDT 2008
    Add Userdefined as an option for papersize at request of Jim Albert
    Apply patch from brian d foy for Avery 8923 labels, plus a
    documentation adjustment
2008-11-18 15:56:12 +00:00

30 lines
855 B
Makefile

# $NetBSD: Makefile,v 1.19 2008/11/18 15:56:12 he Exp $
DISTNAME= PostScript-MailLabels-2.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5psm
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/} \
http://oplnk.net/~ajackson/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/
#HOMEPAGE= http://search.cpan.org/dist/PostScript-MailLabels/
COMMENT= Create PostScript for printing on mailing label stock
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/PostScript/MailLabels/.packlist
REPLACE_PERL= ${WRKSRC}/demo/*.pl
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
INSTALLATION_DIRS= ${EGDIR}
post-install:
for file in ${REPLACE_PERL}; do \
${INSTALL_SCRIPT} $$file ${DESTDIR}${EGDIR}; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"