svn commit: r498140 - head/security/mcrypt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:46:16 UTC 2019


Author: sunpoet
Date: Sat Apr  6 14:46:10 2019
New Revision: 498140
URL: https://svnweb.freebsd.org/changeset/ports/498140

Log:
  Add LICENSE
  
  PR:		237057
  Reported by:	<dewayne at heuristicsystems.com.au>

Modified:
  head/security/mcrypt/Makefile

Modified: head/security/mcrypt/Makefile
==============================================================================
--- head/security/mcrypt/Makefile	Sat Apr  6 14:46:04 2019	(r498139)
+++ head/security/mcrypt/Makefile	Sat Apr  6 14:46:10 2019	(r498140)
@@ -13,6 +13,9 @@ MASTER_SITES=	SF/${PORTNAME}/MCrypt/${PORTVERSION} \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Replacement for crypt(1)
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libmcrypt.so:security/libmcrypt \
 		libmhash.so:security/mhash
 


More information about the svn-ports-all mailing list