diff options
author | pawel <pawel@FreeBSD.org> | 2017-01-24 17:28:28 +0000 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-01-24 17:28:28 +0000 |
commit | 412b9a9bb1387c992476d3efeef123d6899304d6 (patch) | |
tree | e68c3c402d0132625d6b781ff5ba9c1da2553fa5 | |
parent | dd42e1b2485837633a4baf4b13487ba904c4a679 (diff) | |
download | FreeBSD-ports-412b9a9bb1387c992476d3efeef123d6899304d6.zip FreeBSD-ports-412b9a9bb1387c992476d3efeef123d6899304d6.tar.gz |
Add CPE information
PR: 215892
Submitted by: <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | devel/upnp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index 56fb0e8..0512b83 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix tar:bzip2 +USES= cpe libtool pathfix tar:bzip2 +CPE_VENDOR= libupnp_project +CPE_PRODUCT= libupnp USE_LDCONFIG= yes PORTDOCS= * |