openbsd-ports/graphics/p5-Image-Size/Makefile
kevlo 914b30aa91 - upgrade to version 2.96
- add HOMEPAGE
- add regresstion test
- bump NEED_VERSION
2001-11-23 02:45:29 +00:00

28 lines
622 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/11/23 02:45:29 kevlo Exp $
COMMENT= "module to determine the size of images in several formats"
DISTNAME= Image-Size-2.96
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
NEED_VERSION= 1.500
HOMEPAGE= http://www.blackperl.com/Image::Size/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
CONFIGURE_STYLE= perl
REGRESS_TARGET= test
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>