mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
23 lines
474 B
Makefile
23 lines
474 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= PostScript
|
|
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>
|