d85cf2f330
Jekyll Email Protect is an email protection liquid filter which can be used to obfuscate mailto: links to protect an email address from spam bots. WWW: https://github.com/vwochnik/jekyll-email-protect
22 lines
356 B
Makefile
22 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-email-protect
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Email protection Liquid filter for Jekyll
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-jekyll>=3.0:www/rubygem-jekyll
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|