openbsd-ports/devel/p5-Alien-wxWidgets/Makefile
landry 9147052659 Update to p5-Alien-WxWidgets 0.47, diff mostly from Cesare Gargano,
thanks! (x11/p5-Wx is still happy with it)
2009-12-09 21:45:12 +00:00

26 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/12/09 21:45:12 landry Exp $
COMMENT = building, finding and using wxWidgets binaries
MODULES = cpan
DISTNAME = Alien-wxWidgets-0.47
CATEGORIES = devel
CPAN_AUTHOR = MBARBON
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
pre-configure:
${SUBST_CMD} ${WRKSRC}/inc/My/Build/Any_wx_config_Bakefile.pm
RUN_DEPENDS = ::x11/wxWidgets
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>