22 lines
452 B
Makefile
22 lines
452 B
Makefile
# $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
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|