openbsd-ports/graphics/p5-PerlMagick/Makefile
brad ca63732ba3 add p5-PerlMagick port
-
PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
the module to read, manipulate, or write an image or image sequence from
within a Perl script.
--
From: Sam Smith <s@msmith.net>
2002-08-28 20:51:17 +00:00

29 lines
725 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/08/28 20:51:17 brad Exp $
COMMENT= "object-oriented Perl interface to ImageMagick"
VERSION= 5.2.9
DISTNAME= ImageMagick-${VERSION}
PKGNAME= p5-PerlMagick-${VERSION}
CATEGORIES= graphics devel
MASTER_SITES= ftp://openbsd.comstyle.com/pub/brad/source/
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
BUILD_DEPENDS= :ImageMagick-${VERSION}:graphics/ImageMagick
RUN_DEPENDS= :ImageMagick-${VERSION}:graphics/ImageMagick
LIB_DEPENDS= Magick.5::graphics/ImageMagick
MAINTAINER= Sam Smith <s@msmith.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
WRKSRC= ${WRKDIST}/PerlMagick
.include <bsd.port.mk>