diff options
Diffstat (limited to 'www/twiki-SubscribePlugin/Makefile')
-rw-r--r-- | www/twiki-SubscribePlugin/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/twiki-SubscribePlugin/Makefile b/www/twiki-SubscribePlugin/Makefile new file mode 100644 index 000000000000..ac669593f5f1 --- /dev/null +++ b/www/twiki-SubscribePlugin/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: twiki-SubscribePlugin +# Date created: 30 April 2008 +# +# $FreeBSD$ +# + +PORTNAME= SubscribePlugin +SVNREV= 16430 + +COMMENT= Add an easy subscription link to topics + +TWDEP= MailerContrib>=13511 + +.include "${.CURDIR}/../twiki/bsd.twiki.mk" +.include <bsd.port.mk> |