diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-29 14:01:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-29 14:01:06 +0000 |
commit | 8263a36aa23b905e6e0b60793d17b52a3df5c474 (patch) | |
tree | b136793ea0e6b3b67f4dbb5870f0030bb5e7283e | |
parent | 7049e125bfdc1380016116436aa07ed8d537e1da (diff) | |
download | ports-8263a36aa23b905e6e0b60793d17b52a3df5c474.tar.gz ports-8263a36aa23b905e6e0b60793d17b52a3df5c474.zip |
Notes
-rw-r--r-- | misc/ossp-uuid/Makefile | 4 |
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 |