freebsd-ports/print/p5-PostScript/Makefile
Renato Botelho efdc1e06c1 PostScript allows you to write PostScript files from Perl.
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>
2009-02-23 12:47:00 +00:00

21 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>