1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Cosmetic change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-02 14:12:21 +00:00
parent f9f9d9f508
commit 502b3145a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363816

View File

@ -10,10 +10,12 @@ MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-cipher cryptographic library (used in PHP)
USES= libtool:oldver
GNU_CONFIGURE= yes
LICENSE= LGPL21
CONFIGURE_ARGS= --enable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool:oldver
.include <bsd.port.mk>