pkgsrc/graphics/p5-Image-Size/Makefile
wiz bb8662f434 Update the package to 2.91 (PKGNAME 2.910 because previous was 2.901),
per pkg/11605 by Damon Brodie (but with a newer version of the package).
Changes: cache improvements, portability fixes, and some bugfixes.
2001-02-28 13:00:46 +00:00

19 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/02/28 13:00:46 wiz Exp $
#
DISTNAME= Image-Size-2.91
PKGNAME= p5-${DISTNAME}0
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Size/
COMMENT= Read the dimensions of an image in several popular formats
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Size/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"