18 lines
338 B
Makefile
18 lines
338 B
Makefile
COMMENT= module to determine the size of images in several formats
|
|
|
|
DISTNAME= Image-Size-3.300
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.blackperl.com/Image::Size/
|
|
|
|
# Artistic License and LGPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|