mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
efdc1e06c1
It has graphics primitives that allow lines, circles and boxes to be drawn. WWW: http://search.cpan.org/dist/PostScript/ PR: ports/131990 Submitted by: Fernan Aguero <fernan.aguero at gmail.com>
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# Ports collection makefile for: p5-PostScript
|
|
# Date created: 10.Jun.2008
|
|
# Whom: Fernan Aguero <fernan.aguero@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PostScript
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= PostScript - Produce PostScript files from Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PostScript::TextBlock.3 PostScript::Elements.3 PostScript::Metrics.3
|
|
|
|
.include <bsd.port.mk>
|