openbsd-ports/graphics/p5-Image-Info/Makefile

25 lines
545 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2004/06/26 07:35:07 xsa Exp $
COMMENT= "perl module for getting image information"
2002-07-06 06:26:28 -04:00
VERSION= 1.11
2001-08-24 18:54:32 -04:00
DISTNAME= Image-Info-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
2001-04-17 02:26:52 -04:00
MAINTAINER= Shell Hung <shell@openbsd.org>
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
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>