11 lines
191 B
Makefile
11 lines
191 B
Makefile
# Created by: Alex Keda <admin@lissyara.su>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php52
|
|
|
|
PKGNAMESUFFIX= -openssl
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|