svn commit: r388599 - head/www/webcalendar

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 5 17:05:43 UTC 2015


Author: amdmi3
Date: Fri Jun  5 17:05:42 2015
New Revision: 388599
URL: https://svnweb.freebsd.org/changeset/ports/388599

Log:
  - Add CPE info
  - Add NO_ARCH

Modified:
  head/www/webcalendar/Makefile

Modified: head/www/webcalendar/Makefile
==============================================================================
--- head/www/webcalendar/Makefile	Fri Jun  5 17:03:16 2015	(r388598)
+++ head/www/webcalendar/Makefile	Fri Jun  5 17:05:42 2015	(r388599)
@@ -14,7 +14,10 @@ PORTSCOUT=	limit:^1\.2\. skipb:1
 USE_PHP=	pcre session
 WANT_PHP_WEB=	yes
 NO_BUILD=	yes
+NO_ARCH=	yes
 
+USES=		cpe
+CPE_VENDOR=	craig_knudsen
 WWWDIR=		${PREFIX}/www/${PORTNAME:tl}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:tl}
 DEFAULT_VERSIONS+=	php=5


More information about the svn-ports-all mailing list