openbsd-ports/graphics/p5-Image-Info/Makefile
kevlo 5398576df4 - upgrade to p5-Image-Info 1.23.
- take as maintainer
2006-10-10 06:17:14 +00:00

28 lines
647 B
Makefile

# $OpenBSD: Makefile,v 1.15 2006/10/10 06:17:14 kevlo Exp $
COMMENT= "perl module for getting image information"
VERSION= 1.23
DISTNAME= Image-Info-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-IO-String->=1.08:devel/p5-IO-String
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage \
::textproc/p5-XML-Simple
.include <bsd.port.mk>