2005-10-11 18:12:20 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2005/10/11 18:12:20 pvalchev Exp $
|
2001-03-30 22:02:20 +00:00
|
|
|
|
|
|
|
COMMENT= "perl module for getting image information"
|
|
|
|
|
2004-12-24 15:36:28 +00:00
|
|
|
VERSION= 1.16
|
2001-08-24 22:54:32 +00:00
|
|
|
DISTNAME= Image-Info-${VERSION}
|
2001-03-30 22:02:20 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
|
2004-06-26 07:35:05 +00:00
|
|
|
RUN_DEPENDS= :p5-IO-String->=1:devel/p5-IO-String
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-03-30 22:02:20 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|