openbsd-ports/graphics/p5-Image-Imlib2/Makefile
xsa c7b55803f7 Initial import of p5-Image-Imlib2-1.02
Image::Imlib2 is a Perl port of Imlib2, a graphics library that does
image file loading and saving as well as manipulation, arbitrary polygon
support, etc. It does ALL of these operations FAST. It allows you to
create colour images using a large number of graphics primitives, and
output the images in a range of formats.

Submitted and maintained by Michael Knudsen <e at molioner.dk>
2004-07-07 09:41:24 +00:00

26 lines
531 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/07/07 09:41:24 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "Perl interface to the Imlib2 image library"
DISTNAME= Image-Imlib2-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MAINTAINER= Michael Knudsen <e@molioner.dk>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
LIB_DEPENDS= Imlib2.1::graphics/imlib2
CONFIGURE_STYLE=perl modbuild
.include <bsd.port.mk>