07c3da4ba6
ok kevlo@ (maintainer)
24 lines
527 B
Makefile
24 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.16 2009/05/08 06:52:40 simon Exp $
|
|
|
|
COMMENT= module to determine the size of images in several formats
|
|
|
|
DISTNAME= Image-Size-3.2
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.blackperl.com/Image::Size/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic License and LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
|
|
::devel/p5-Test-Pod-Coverage
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|