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