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

28 lines
622 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2001/11/23 02:45:29 kevlo Exp $
2001-04-18 01:57:16 -04:00
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>