openbsd-ports/graphics/p5-Image-Size/Makefile
kevlo f9f300d023 Initial import of p5-Image-Size 2.93
This module to determine the size of images inseveral common formats.
2001-04-18 05:54:45 +00:00

23 lines
500 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/04/18 05:54:45 kevlo Exp $
COMMENT= "module to determine the size fo images in several formats"
DISTNAME= Image-Size-2.93
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
NEED_VERSION= 1.399
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Image
CONFIGURE_STYLE= perl
.include <bsd.port.mk>