d42b12b27d
- Drop specific libmcrypt so version requirement from php53 to fix build Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net>
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -mcrypt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|