aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-23 16:33:20 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-23 16:33:20 +0800
commit8d002044833b8f9c62f2e02c0ef28fe6c4c47e64 (patch)
treeb4a24a87d975342c7234b3fce3db71c95ecb6e66
parenta1f7378c0b852dd60f17e1d177042f2bea18f327 (diff)
downloadfreebsd-ports-8d002044833b8f9c62f2e02c0ef28fe6c4c47e64.tar.gz
freebsd-ports-8d002044833b8f9c62f2e02c0ef28fe6c4c47e64.tar.zst
freebsd-ports-8d002044833b8f9c62f2e02c0ef28fe6c4c47e64.zip
- Switch to new test framework
- Pet portlint Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465337
-rw-r--r--net/ipdecap/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/net/ipdecap/Makefile b/net/ipdecap/Makefile
index 0e26badad8f4..63aac9652c26 100644
--- a/net/ipdecap/Makefile
+++ b/net/ipdecap/Makefile
@@ -2,8 +2,8 @@
PORTNAME= ipdecap
PORTVERSION= 0.7.1
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= loic-freebsd@loicp.eu
@@ -13,20 +13,18 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/pcap/vlan.h:net/libpcap
-LIB_DEPENDS= libpcap.so.1:net/libpcap # require ports libpcap
-
-PLIST_FILES= bin/ipdecap\
- man/man1/ipdecap.1.gz
+LIB_DEPENDS= libpcap.so.1:net/libpcap # require ports libpcap
USE_GITHUB= yes
GH_ACCOUNT= lpefferkorn
-GNU_CONFIGURE= yes
USES= autoreconf gmake ssl
+GNU_CONFIGURE= yes
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
+TEST_TARGET= check
-regression-test: extract
- cd ${WRKSRC}/unit_tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
+PLIST_FILES= bin/ipdecap\
+ man/man1/ipdecap.1.gz
.include <bsd.port.mk>