developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
20 lines
543 B
Makefile
20 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Image-Size-2.992
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5isi
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Size/
|
|
COMMENT= Read the dimensions of an image in several popular formats
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Image/Size/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|