naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

23 lines
379 B
Makefile

# $OpenBSD: Makefile,v 1.33 2016/03/20 19:56:44 naddy Exp $
COMMENT= Perl interface to the Imlib2 image library
DISTNAME= Image-Imlib2-2.03
REVISION= 3
CATEGORIES= graphics
# Perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c X11 Xext freetype m perl z Imlib2>=1
LIB_DEPENDS= graphics/imlib2
MAKE_ENV= TEST_POD=Yes
MODULES= cpan
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>