diff options
Diffstat (limited to 'www/twiki-CommentPlugin/Makefile')
-rw-r--r-- | www/twiki-CommentPlugin/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/twiki-CommentPlugin/Makefile b/www/twiki-CommentPlugin/Makefile new file mode 100644 index 000000000000..c41b36c21217 --- /dev/null +++ b/www/twiki-CommentPlugin/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: twiki-CommentPlugin +# Date created: 17 April 2008 +# +# $FreeBSD$ +# + +PORTNAME= CommentPlugin +SVNREV= 16647 + +COMMENT= Post comments easily + +.include "${.CURDIR}/../twiki/bsd.twiki.mk" +.include <bsd.port.mk> |