svn commit: r384482 - head/sysutils/webmin

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 22 11:03:14 UTC 2015


Author: amdmi3
Date: Wed Apr 22 11:03:13 2015
New Revision: 384482
URL: https://svnweb.freebsd.org/changeset/ports/384482

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/webmin/Makefile

Modified: head/sysutils/webmin/Makefile
==============================================================================
--- head/sysutils/webmin/Makefile	Wed Apr 22 11:03:04 2015	(r384481)
+++ head/sysutils/webmin/Makefile	Wed Apr 22 11:03:13 2015	(r384482)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR
 		p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
 		p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM
 
-USES=		perl5 python
+USES=		cpe perl5 python
 USE_RC_SUBR=	webmin
 SUB_LIST=	PERL5=${PERL}
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list