pkgsrc/graphics/p5-Image-Size/Makefile
kim 696ae8a32b Initial import of p5-Image-Size-2.901
Image::Size returns a raw (X, Y) pair of the height and width of
an image, and includes wrappers to pre-format that output into
either HTML or a set of attribute pairs suitable for the CGI.pm
library by Lincoln Stein.

Currently Image::Size can size images in XPM, XBM, GIF, JPEG, PNG,
TIFF and the PPM family of formats (PPM/PGM/PBM).
1999-09-03 17:08:51 +00:00

17 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 17:08:51 kim Exp $
#
DISTNAME= Image-Size-2.901
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Size/
USE_PERL5= yes
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include "../../mk/bsd.pkg.mk"