svn commit: r533481 - head/devel/cpp2py

Yuri Victorovich yuri at FreeBSD.org
Fri May 1 01:10:50 UTC 2020


Author: yuri
Date: Fri May  1 01:10:49 2020
New Revision: 533481
URL: https://svnweb.freebsd.org/changeset/ports/533481

Log:
  devel/cpp2py: Add the PORTSCOUT tag

Modified:
  head/devel/cpp2py/Makefile

Modified: head/devel/cpp2py/Makefile
==============================================================================
--- head/devel/cpp2py/Makefile	Thu Apr 30 23:42:37 2020	(r533480)
+++ head/devel/cpp2py/Makefile	Fri May  1 01:10:49 2020	(r533481)
@@ -34,6 +34,8 @@ USE_LDCONFIG=	yes
 
 LLVM_VER=	60
 
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 post-install: # remove unnecessary files
 	@cd ${STAGEDIR}${PREFIX} && ${RM} share/cpp2py.modulefile share/cpp2pyvars.sh
 


More information about the svn-ports-head mailing list