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

22 lines
452 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:10:55 espie 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
2013-03-11 07:10:51 -04:00
TEST_DEPENDS= devel/p5-Test-Pod \
2010-11-17 03:05:12 -05:00
devel/p5-Test-Pod-Coverage
MODULES= cpan
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>