blob: 17f20d44354567e5e44bfc1c27fa3e5cac40db67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: php5-hash
# Date created: 10 Dec 2008
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -hash
.include "${MASTERDIR}/Makefile"
|