openbsd-ports/graphics/p5-Image-Imlib2/Makefile
2006-12-06 17:21:34 +00:00

31 lines
605 B
Makefile

# $OpenBSD: Makefile,v 1.10 2006/12/06 17:21:34 jasper Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "Perl interface to the Imlib2 image library"
DISTNAME= Image-Imlib2-1.10
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= graphics
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
LIB_DEPENDS= Imlib2.>=1::graphics/imlib2
REGRESS_DEPENDS=::devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
MODULES= cpan
CONFIGURE_STYLE=modbuild
USE_X11= Yes
.include <bsd.port.mk>