bb8662f434
per pkg/11605 by Damon Brodie (but with a newer version of the package). Changes: cache improvements, portability fixes, and some bugfixes.
19 lines
532 B
Makefile
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"
|