1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/p5-Image-Size/Makefile
Andrej Zverev a31ed4c1e3 - Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178900
Submitted by:	az
Approved by:	maintainer (timeout)
2013-06-07 07:03:10 +00:00

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>