2007-09-15 16:09:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2007/09/15 20:09:42 simon Exp $
|
2001-03-30 17:02:20 -05:00
|
|
|
|
2007-09-15 16:09:40 -04:00
|
|
|
COMMENT= perl module for getting image information
|
2001-03-30 17:02:20 -05:00
|
|
|
|
2006-12-02 13:45:54 -05:00
|
|
|
MODULES= cpan
|
2006-10-10 02:17:14 -04:00
|
|
|
VERSION= 1.23
|
2001-08-24 18:54:32 -04:00
|
|
|
DISTNAME= Image-Info-${VERSION}
|
2006-12-02 13:45:54 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
|
|
CATEGORIES= graphics
|
2001-03-30 17:02:20 -05:00
|
|
|
|
2006-10-10 02:17:14 -04:00
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
2001-03-30 17:02:20 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-10-10 02:17:14 -04:00
|
|
|
RUN_DEPENDS= :p5-IO-String->=1.08:devel/p5-IO-String
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2006-12-02 13:45:54 -05:00
|
|
|
REGRESS_DEPENDS=::textproc/p5-XML-Simple
|
2001-03-30 17:02:20 -05:00
|
|
|
|
2006-12-02 13:45:54 -05:00
|
|
|
MAKE_ENV= TEST_POD=Yes
|
2006-10-10 02:17:14 -04:00
|
|
|
|
2001-03-30 17:02:20 -05:00
|
|
|
.include <bsd.port.mk>
|