19 lines
387 B
Makefile
19 lines
387 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
PORTNAME= Image-Size
|
|
PORTVERSION= 3.300
|
|
CATEGORIES= graphics www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
|
COMMENT= Perl5 module to determine the size of images in several common formats
|
|
|
|
LICENSE= ART20 LGPL21
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|