ec2304b599
Marked with XXX to remove if perl becomes linked with pthread itself.
26 lines
607 B
Makefile
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>
|