2005-09-23 19:36:02 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2005/09/23 19:36:02 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
|
|
|
|
|
2001-04-17 06:26:52 +00:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-03-30 22:02:20 +00:00
|
|
|
|
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>
|