Index: sysutils/ansible-sysrc/Makefile
===================================================================
--- sysutils/ansible-sysrc/Makefile	(nonexistent)
+++ sysutils/ansible-sysrc/Makefile	(working copy)
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME=	ansible-sysrc
+DISTVERSION=	0.1
+CATEGORIES=	sysutils
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	vulcan@wired.sh
+COMMENT=	Ansible module to set sysvars in rc.conf
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible>0:sysutils/ansible@${PY_FLAVOR}
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dlundgren
+GH_PROJECT=	ansible-freebsd-modules
+GH_TAGNAME=	cf37fc1e16fc03852abc8933e7959b22b51a5c90
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+ANSIBLE_MOD=	$$(ansible-config-${PYTHON_VER} dump | ${EGREP} -o '${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible/plugins/modules')
+
+PLIST_FILES=	$$(${ECHO_CMD} ${ANSIBLE_MOD} | ${SED} -e 's|${PREFIX}/||')/sysrc
+
+do-install:
+	${MKDIR} ${STAGEDIR}${ANSIBLE_MOD}
+	${INSTALL_SCRIPT} ${WRKSRC}/library/sysrc ${STAGEDIR}${ANSIBLE_MOD}/sysrc
+
+.include <bsd.port.mk>

Property changes on: sysutils/ansible-sysrc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: sysutils/ansible-sysrc/distinfo
===================================================================
--- sysutils/ansible-sysrc/distinfo	(nonexistent)
+++ sysutils/ansible-sysrc/distinfo	(working copy)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1569326595
+SHA256 (dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959b22b51a5c90_GH0.tar.gz) = 168013ef470d93eeb2a103c1613aaadceb84e6202cb9bff91166a5047a77898f
+SIZE (dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959b22b51a5c90_GH0.tar.gz) = 9310

Property changes on: sysutils/ansible-sysrc/distinfo
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: sysutils/ansible-sysrc/pkg-descr
===================================================================
--- sysutils/ansible-sysrc/pkg-descr	(nonexistent)
+++ sysutils/ansible-sysrc/pkg-descr	(working copy)
@@ -0,0 +1,5 @@
+Ansible module to manipulate rc.conf on a FreeBSD system
+via sysrc. The current states available are: append,
+absent, present and subtract.
+
+WWW: https://github.com/dlundgren/ansible-freebsd-modules/

Property changes on: sysutils/ansible-sysrc/pkg-descr
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property