summaryrefslogtreecommitdiff
path: root/devel/cwrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cwrap/Makefile')
-rw-r--r--devel/cwrap/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/cwrap/Makefile b/devel/cwrap/Makefile
index cd146b3b5abc..328ed3d06fd5 100644
--- a/devel/cwrap/Makefile
+++ b/devel/cwrap/Makefile
@@ -1,19 +1,19 @@
-PORTNAME= cwrap
-PORTVERSION= 1.1.0
-CATEGORIES= devel
+PORTNAME= cwrap
+PORTVERSION= 1.1.0
+PORTREVISION= 1
+CATEGORIES= devel
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Testing your full software stack on a single machine
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Testing your full software stack on a single machine
WWW= https://cwrap.org/
-LICENSE= GPLv3
+RUN_DEPENDS= nss_wrapper>=1.1.3:devel/nss_wrapper \
+ pam_wrapper>=1.0.6:devel/pam_wrapper \
+ priv_wrapper>=1.0.0:devel/priv_wrapper \
+ resolv_wrapper>=1.1.5:devel/resolv_wrapper \
+ socket_wrapper>=1.1.9:devel/socket_wrapper \
+ uid_wrapper>=1.2.4:devel/uid_wrapper
-RUN_DEPENDS= nss_wrapper>=1.1.3:devel/nss_wrapper \
- pam_wrapper>=1.0.6:devel/pam_wrapper \
- resolv_wrapper>=1.1.5:devel/resolv_wrapper \
- socket_wrapper>=1.1.9:devel/socket_wrapper \
- uid_wrapper>=1.2.4:devel/uid_wrapper
-
-USES= metaport
+USES= metaport
.include <bsd.port.mk>