svn commit: r384466 - head/sysutils/usermin

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 21 20:14:15 UTC 2015


Author: amdmi3
Date: Tue Apr 21 20:14:14 2015
New Revision: 384466
URL: https://svnweb.freebsd.org/changeset/ports/384466

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/usermin/Makefile

Modified: head/sysutils/usermin/Makefile
==============================================================================
--- head/sysutils/usermin/Makefile	Tue Apr 21 18:52:57 2015	(r384465)
+++ head/sysutils/usermin/Makefile	Tue Apr 21 20:14:14 2015	(r384466)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR
 		p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		cpe perl5
+CPE_VENDOR=	webmin
 USE_RC_SUBR=	usermin
 SUB_LIST=	PERL5=${PERL}
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list