mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
87ddb382d2
- Add NO_ARCH - Update WWW Approved by: portmgr blanket
23 lines
382 B
Makefile
23 lines
382 B
Makefile
# Created by: nik
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eps2png
|
|
PORTVERSION= 2.7
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JV
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Converts EPS images to PNG
|
|
|
|
LICENSE= ART10 GPLv2+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= ghostscript perl5
|
|
USE_PERL5= configure
|
|
MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin"
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|