openbsd-ports/graphics/p5-Image-Imlib2/Makefile
2009-04-30 10:10:49 +00:00

29 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.17 2009/04/30 10:10:49 simon Exp $
SHARED_ONLY= Yes
COMMENT= Perl interface to the Imlib2 image library
DISTNAME= Image-Imlib2-2.02
CATEGORIES= graphics
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext freetype m z
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>