aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-03-29 22:01:06 +0800
committerantoine <antoine@FreeBSD.org>2018-03-29 22:01:06 +0800
commit3dce48cca0f24109faf581538a07cb77daa2e1f2 (patch)
treeb136793ea0e6b3b67f4dbb5870f0030bb5e7283e /misc
parentd5e84f1be3516defaf373b76d53b7258bdbd4ff0 (diff)
downloadfreebsd-ports-gnome-3dce48cca0f24109faf581538a07cb77daa2e1f2.tar.gz
freebsd-ports-gnome-3dce48cca0f24109faf581538a07cb77daa2e1f2.tar.zst
freebsd-ports-gnome-3dce48cca0f24109faf581538a07cb77daa2e1f2.zip
Unbreak slave port misc/p5-OSSP-uuid
Reported by: pkg-fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/ossp-uuid/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 158d105c05ab..6887bebf00af 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -12,7 +12,11 @@ MAINTAINER= vd@FreeBSD.org
COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers
LICENSE= MIT
+.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
+LICENSE_FILE= ${WRKSRC}/../README
+.else
LICENSE_FILE= ${WRKSRC}/README
+.endif
GNU_CONFIGURE= yes
USES+= libtool pathfix