forked from Lainports/freebsd-ports
- Bump php53-openssl PORTREVISION PR: ports/181546 Submitted by: garga@ Approved by: flo@ (maintainer) Obtained from: http://git.php.net/?p=php-src.git;a=blobdiff;f=ext/openssl/openssl.c;h=c32748cb6443a4d8e4bb14fe96ad72e32ec8acff;hp=d7ac117e51c8f5d8ab0632c276af48d610b4b19e;hb=2874696a5a8d46639d261571f915c493cd875897;hpb=f4dc2240a048050a87a6e3e31573f13a2256cf2e Security: CVE-2013-4073
16 lines
279 B
Makefile
16 lines
279 B
Makefile
# New ports collection makefile for: php53-openssl
|
|
# Date created: 12 Apr 2012
|
|
# Whom: Florian Smeets <flo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php53
|
|
|
|
PKGNAMESUFFIX= -openssl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|