freebsd-ports/x11-toolkits/p5-Tk-Enscript/Makefile

26 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Tk-Enscript
# Date created: May 28 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Tk-Enscript
2008-01-04 14:42:36 +01:00
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2010-01-16 19:02:18 +01:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Tk::Enscript - a text-to-postscript converter using Tk::Canvas
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tk::Enscript.3
.include <bsd.port.mk>