aboutsummaryrefslogtreecommitdiff
path: root/devel/ctypes.sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ctypes.sh/Makefile')
-rw-r--r--devel/ctypes.sh/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/ctypes.sh/Makefile b/devel/ctypes.sh/Makefile
index 5d1488321aeb..a9cf1118e42a 100644
--- a/devel/ctypes.sh/Makefile
+++ b/devel/ctypes.sh/Makefile
@@ -1,24 +1,28 @@
PORTNAME= ctypes.sh
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://github.com/taviso/${PORTNAME}/releases/download/v${PORTVERSION}/
DISTNAME= ctypes-sh-${PORTVERSION}
-MAINTAINER= swills@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Foreign function interface for bash
+WWW= https://github.com/taviso/ctypes.sh
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash
-RUN_DEPENDS= bash:shells/bash
LIB_DEPENDS= libffi.so:devel/libffi
+RUN_DEPENDS= bash:shells/bash
-USES= libtool pkgconfig
+USES= autoreconf libtool pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= bin/ctypes.sh lib/ctypes.so
+pre-patch:
+ ${RM} ${WRKSRC}/include/config.h
+
.include <bsd.port.mk>