freebsd-ports/graphics/eps2png/Makefile
Vanilla I. Shu 5c2ddcd671 Stagify.
Approved by:	portmgr@
2014-06-16 06:52:49 +00:00

20 lines
336 B
Makefile

# Created by: nik
# $FreeBSD$
PORTNAME= eps2png
PORTVERSION= 2.7
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= perl@FreeBSD.org
COMMENT= Converts EPS images to PNG
USE_GHOSTSCRIPT= yes
USES= perl5
USE_PERL5= configure
MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin"
.include <bsd.port.mk>