diff options
author | robak <robak@FreeBSD.org> | 2015-04-19 20:45:07 +0000 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-04-19 20:45:07 +0000 |
commit | 6111d069c9bcc3c51275253a5e43b2602ba45ae1 (patch) | |
tree | 08be62202a82a4dead8138034bc2c9dbf20aab4f | |
parent | c1d6d7287951d504d2df06b9075d2b4a07447795 (diff) | |
download | FreeBSD-ports-6111d069c9bcc3c51275253a5e43b2602ba45ae1.zip FreeBSD-ports-6111d069c9bcc3c51275253a5e43b2602ba45ae1.tar.gz |
devel/dulwich: add CPE info
PR: 199505
Submitted by: jbeich
Approved by: portmgr blanket
-rw-r--r-- | devel/dulwich/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile index 2a75d24..d127d18 100644 --- a/devel/dulwich/Makefile +++ b/devel/dulwich/Makefile @@ -18,7 +18,8 @@ PORTDOCS= AUTHORS HACKING NEWS README.md file-format.txt \ repo.txt tag.txt PORTEXAMPLES= clone.py config.py diff.py latest_change.py -USES= python:2 +USES= cpe python:2 +CPE_VENDOR= dulwich_project USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS EXAMPLES |