diff --git a/devel/Makefile b/devel/Makefile index eb8096eb751f..d445236a8f02 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1052,6 +1052,7 @@ SUBDIR += php5-pear SUBDIR += php5-readline SUBDIR += php5-shmop + SUBDIR += php5-sysvmsg SUBDIR += phptags SUBDIR += physfs SUBDIR += picasm diff --git a/devel/php5-shmop/Makefile b/devel/php5-shmop/Makefile new file mode 100644 index 000000000000..b474157305cd --- /dev/null +++ b/devel/php5-shmop/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-shmop +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -shmop + +.include "${MASTERDIR}/Makefile"