diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 14:40:54 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 15:14:13 +0000 |
commit | ce0621d23fb77c8d0c80cbb30cb26d96abb66efb (patch) | |
tree | 5d66cb09ce9c5a0a4853a8117b64b5200225cca0 /textproc | |
parent | ac18c55be081fa4dcd29974be9c92524b601743a (diff) | |
download | ports-ce0621d23fb77c8d0c80cbb30cb26d96abb66efb.tar.gz ports-ce0621d23fb77c8d0c80cbb30cb26d96abb66efb.zip |
textproc/linux-c7-aspell: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linux-c7-aspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/linux-c7-aspell/Makefile b/textproc/linux-c7-aspell/Makefile index a3dae8e45fa6..53b26bd95e19 100644 --- a/textproc/linux-c7-aspell/Makefile +++ b/textproc/linux-c7-aspell/Makefile @@ -11,10 +11,12 @@ COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DI LICENSE= LGPL21+ -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +CPE_VENDOR= gnu + CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr |