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