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