diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:05:01 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-05 07:05:01 +0000 |
commit | 021ffabcae2e87d6d14f389f1daf7cca57be57a2 (patch) | |
tree | 49426e5c8632850b34912ba927e163ce9a75d4e5 /net-p2p/verlihub-plugins-forbid/Makefile | |
parent | 8c1e2b73a3c9309fd54ca18a573295232d7832b4 (diff) |
Notes
Diffstat (limited to 'net-p2p/verlihub-plugins-forbid/Makefile')
-rw-r--r-- | net-p2p/verlihub-plugins-forbid/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-p2p/verlihub-plugins-forbid/Makefile b/net-p2p/verlihub-plugins-forbid/Makefile new file mode 100644 index 000000000000..de93dc69b82b --- /dev/null +++ b/net-p2p/verlihub-plugins-forbid/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: verlihub-plugins-forbid +# Date created: 3 May 2007 +# Whom: Skylord +# +# $FreeBSD$ +# + +PORTNAME= forbid +PORTVERSION= 1.3 +CATEGORIES= net-p2p + +MAINTAINER= skylord@vt.net.ru +COMMENT= ForbiddenWords plugin for the VerliHub - a Direct Connect protocol server + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/net-p2p/verlihub-plugins/Makefile.plugins" +.include <bsd.port.post.mk> |