openbsd-ports/graphics/p5-Image-Size/Makefile

23 lines
500 B
Makefile
Raw Normal View History

# $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>