23 lines
500 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2005/09/23 19:36:02 pvalchev Exp $
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}
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
2001-04-17 06:26:52 +00:00
MAINTAINER= Shell Hung <shell@openbsd.org>
RUN_DEPENDS= :p5-IO-String->=1:devel/p5-IO-String
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>