aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size/Makefile
blob: c9e695af3ed2a7ef697f3064fa64fea1c6b8412f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Image-Size
PORTVERSION=	3.232
PORTREVISION=	1
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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>