mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a31ed4c1e3
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178900 Submitted by: az Approved by: maintainer (timeout)
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image-Size
|
|
PORTVERSION= 3.232
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= imgsize.1
|
|
MAN3= Image::Size.3
|
|
|
|
.include <bsd.port.mk>
|