Remove expired devel/lua-lpeg51

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-31 15:36:30 +00:00
parent 190e2518a2
commit 327f4f7cba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466054
2 changed files with 0 additions and 13 deletions

View File

@ -1664,7 +1664,6 @@
SUBDIR += lua-gettext
SUBDIR += lua-lgi
SUBDIR += lua-lpeg
SUBDIR += lua-lpeg51
SUBDIR += lua-luacheck
SUBDIR += lua-luarocks
SUBDIR += lua-lunit

View File

@ -1,12 +0,0 @@
# $FreeBSD$
COMMENT= Parsing Expression Grammars For Lua 5.1
DEPRECATED= Use devel/lua-lpeg instead
EXPIRATION_DATE=2018-03-31
USES= lua:51
MASTERDIR= ${.CURDIR}/../lua-lpeg
.include "${MASTERDIR}/Makefile"