diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:44:01 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:49:11 +0000 |
commit | 3bd1391174e15d11aff0e900da159aefafa1622f (patch) | |
tree | da9415de39ad6209a849e27c269b38437d73e9d5 | |
parent | 7835f2580f8e9914f29585d866c2d02bd00de9a7 (diff) | |
download | freebsd-ports-3bd1391174e15d11aff0e900da159aefafa1622f.zip |
sysutils/apachetop: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/apachetop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 17a2419233d2..12fc46c2a6b8 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -11,7 +11,7 @@ COMMENT= Apache realtime log stats LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf ncurses readline +USES= autoreconf cpe ncurses readline USE_GITHUB= yes GH_ACCOUNT= tessus |