openbsd-ports/graphics/p5-Image-Imlib2/Makefile
robert d2685739c1 update to 1.10 and fix regression tests by adding some REGRESS_DEPS;
change the maintainer's email address while here; requested by mk@
2006-07-11 10:21:37 +00:00

30 lines
631 B
Makefile

# $OpenBSD: Makefile,v 1.7 2006/07/11 10:21:37 robert Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "Perl interface to the Imlib2 image library"
DISTNAME= Image-Imlib2-1.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MAINTAINER= Michael Knudsen <mk@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext freetype m
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
LIB_DEPENDS= Imlib2.1::graphics/imlib2
REGRESS_DEPENDS=::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
CONFIGURE_STYLE=perl modbuild
.include <bsd.port.mk>