pkgsrc-wip/p5-Imager/Makefile

22 lines
726 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2005/09/20 18:00:59 thomasklausner Exp $
2005-09-09 22:37:50 +02:00
DISTNAME= Imager-0.45
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Imager/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/~tonyc/Imager/
COMMENT= Perl module for manipulating gray, color, and RGBA format images
PERL5_PACKLIST= auto/Imager/.packlist
.include "../../fonts/t1lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"