0.09 - 23 September 2014 Matthew Newton: - add setcmykcolour method - add err method to find last error - internal data structure updates 0.08 - 20 June 2014 Satoshi Azuma: - remove Test::More module and make it a build dependency Matthew Newton: - fix test result failures on -Duselongdouble - allow units to be specified for any distance - add X-Windows colours, supplied by Steve Baldwin - change all space-separated lists to arrays - fix Begin/EndDocument handling in EPS file insertion
18 lines
540 B
Makefile
18 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/12/09 07:25:14 mef Exp $
|
|
|
|
DISTNAME= PostScript-Simple-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PostScript-Simple/
|
|
COMMENT= Produce PostScript files from Perl
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
REPLACE_PERL+= lib/PostScript/Simple.pm lib/PostScript/Simple/EPS.pm
|
|
|
|
PERL5_PACKLIST= auto/PostScript/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|