diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:28 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:28 +0000 |
commit | 39c4430fa81bdbbaa40897f1e6fc788b29e1a3f2 (patch) | |
tree | 5844a6c04ffc3938de0a05c19e8110e756e6dd97 | |
parent | 6d7f42b8f5c4f94ff2ffb605b5d0242e98897222 (diff) |
devel/libmimedir: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libmimedir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index d53971a11bb0..cfc8c1d7f098 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -12,7 +12,8 @@ COMMENT= Library for parsing RFC2425 MIME Directory Profile information LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= desthack libtool +USES= cpe desthack libtool +CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=byacc USE_LDCONFIG= yes |