aboutsummaryrefslogtreecommitdiff
path: root/misc/ossp-uuid
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-03-10 17:13:44 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-03-10 17:13:44 +0000
commite42fb6b674459aeb59304ab3398a9804ff8e9237 (patch)
treed1ca0759705a845d499557c65e3e60663061f3fc /misc/ossp-uuid
parent8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8 (diff)
downloadports-e42fb6b674459aeb59304ab3398a9804ff8e9237.tar.gz
ports-e42fb6b674459aeb59304ab3398a9804ff8e9237.zip
- Add misc/ossp-uuid-perl, a stub port of misc/ossp-uuid with Perl
bindings enabled. This is required for the upcoming new devel/p5-Iodef-Pb-Simple port - Register CONFLICTS and PKGNAMESUFFIX in misc/ossp-uuid Approved by: vd@ (maintainer, via email)
Notes
Notes: svn path=/head/; revision=347785
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r--misc/ossp-uuid/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 0d3d2623020a..04fd1990201c 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -3,7 +3,7 @@
PORTNAME= uuid
PORTVERSION= 1.6.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
@@ -20,6 +20,8 @@ CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx \
--includedir=${PREFIX}/include/ossp
.if defined(WITH_PERL)
+PKGNAMESUFFIX= -perl
+CONFLICTS= ossp-uuid-[0-9]*
MAKE_JOBS_UNSAFE= yes
USES+= perl5
CONFIGURE_ENV+= PERL=${PERL5}
@@ -30,6 +32,7 @@ CONFIGURE_ARGS+=--with-perl
MAKE_ARGS+= WITH_PERL=yes
PLIST_SUB+= WITH_PERL=''
.else
+CONFLICTS= ossp-uuid-perl-[0-9]*
PLIST_SUB+= WITH_PERL='@comment '
.endif