diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-28 12:18:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-28 12:18:11 +0000 |
commit | 227ebe46544d8fe0cb8dd4d43cb5abe46fe5df5b (patch) | |
tree | 5c07e902130d4ab1150e921e4d109cce560c2188 /devel | |
parent | - Add CPE information (diff) |
- Add CPE information
PR: 198962
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Notes
Notes:
svn path=/head/; revision=382475
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/log4net/Makefile b/devel/log4net/Makefile index 8ad3bd97f2b9..209f4e08c8be 100644 --- a/devel/log4net/Makefile +++ b/devel/log4net/Makefile @@ -13,7 +13,8 @@ COMMENT= Port for .NET of the Apache Logging Services project WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= mono zip +USES= cpe mono zip +CPE_VENDOR= apache NO_BUILD= yes SUB_FILES= log4net.pc SUB_LIST+= PORTVERSION=${PORTVERSION} |