diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-07-13 06:31:50 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-07-13 06:31:50 +0000 |
commit | 5fc06afc588942ac60ebdb94dc8366beee276e55 (patch) | |
tree | 3f938e7b4146f23da53161f390838d0b5075316e /www/rt42 | |
parent | 0496fb0d539d2b5423b3e19851dbf71d4543fd54 (diff) | |
download | ports-5fc06afc588942ac60ebdb94dc8366beee276e55.tar.gz ports-5fc06afc588942ac60ebdb94dc8366beee276e55.zip |
Add CPE settings
Notes
Notes:
svn path=/head/; revision=361656
Diffstat (limited to 'www/rt42')
-rw-r--r-- | www/rt42/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile index 1b3985ee5109..db414cb3ac28 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -2,7 +2,7 @@ PORTNAME= rt DISTVERSION= 4.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 @@ -55,7 +55,8 @@ RUN_DEPENDS+= ${CLI_DEPS} \ ${USERLOGO_DEPS} \ ${HTML_DOC_DEPS} -USES+= perl5 +USES= cpe perl5 +CPE_VENDOR= best_practical USE_AUTOTOOLS= autoconf RT_LAYOUT= FreeBSD |