openbsd-ports/devel/p5-SVN-Simple/Makefile
sthen ec2304b599 Use MAKE/CONFIGURE_ENV= LD_PRELOAD=libpthread.so to allow these to build.
Marked with XXX to remove if perl becomes linked with pthread itself.
2012-09-07 08:09:59 +00:00

26 lines
607 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/09/07 08:09:59 sthen Exp $
COMMENT= simple interface to subversion's editor interface #'
MODULES= cpan
DISTNAME= SVN-Simple-0.27
REVISION= 2
CATEGORIES= devel
CPAN_AUTHOR= CLKAO
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ENV= LD_PRELOAD=libpthread.so # XXX remove when perl is -lpthread
MAKE_ENV= LD_PRELOAD=libpthread.so # XXX remove when perl is -lpthread
RUN_DEPENDS= devel/subversion,-perl>=1.1.1
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>