4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# Ports collection makefile for: p5-PostScript-Simple
|
|
# Date created: Feb 03, 2003
|
|
# Whom: tobez
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PostScript-Simple
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= PostScript::Simple - Produce PostScript files from Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= PostScript::Simple.3 PostScript::Simple::EPS.3
|
|
|
|
.include <bsd.port.mk>
|