20 lines
310 B
Makefile
20 lines
310 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html_entities
|
|
PORTVERSION= 0.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Elixir module for decoding HTML entities
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= martinsvalin
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|