freebsd-ports/graphics/p5-Image-Size/Makefile
Sunpoet Po-Chuan Hsieh 1e5e7a9640 Fix LICENSE
- While I'm here, sort PLIST

Approved by:	portmgr (blanket)
2018-10-10 10:23:27 +00:00

20 lines
399 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
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>