Files
ports/textproc/rubygem-jekyll-email-protect/Makefile
T
Mateusz Piotrowski d85cf2f330 Add textproc/rubygem-jekyll-email-protect
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
2020-10-27 17:41:55 +00:00

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>