diff options
Diffstat (limited to 'devel/libcli/Makefile')
-rw-r--r-- | devel/libcli/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/libcli/Makefile b/devel/libcli/Makefile deleted file mode 100644 index 6cda2c7ed01f..000000000000 --- a/devel/libcli/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= libcli -PORTVERSION= 1.9.6 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= GHC - -MAINTAINER= ports@FreeBSD.org -COMMENT= Emulates a Cisco style command-line interface -WWW= https://github.com/dparrish/libcli/ - -LICENSE= LGPL21 - -USES= alias gmake -USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= dparrish - -PLIST_FILES= lib/libcli.so \ - lib/libcli.so.1.9.6 \ - lib/libcli.so.1.9 \ - lib/libcli.so.19 \ - include/libcli.h - -.include <bsd.port.mk> |