diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile index fbb81cec8..4131cff4b 100644 --- a/net/ipsec-tools/Makefile +++ b/net/ipsec-tools/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2006-2011 OpenWrt.org +# 2014 Noah Meyerhans # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,6 +12,8 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ipsec-tools PKG_VERSION:=0.8.2 PKG_RELEASE:=1 +PKG_MAINTAINER := "Noah Meyerhans " +PKG_LICENSE := BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/ipsec-tools @@ -30,6 +33,7 @@ define Package/ipsec-tools DEPENDS:=+libopenssl +kmod-ipsec TITLE:=IPsec management tools URL:=http://ipsec-tools.sourceforge.net/ + MAINTAINER:=Noah Meyerhans endef CONFIGURE_ARGS += \