Skip to content

Instantly share code, notes, and snippets.

@pichuang
Created July 28, 2014 12:14
Show Gist options
  • Save pichuang/299e3adf7e3b87d42834 to your computer and use it in GitHub Desktop.
Save pichuang/299e3adf7e3b87d42834 to your computer and use it in GitHub Desktop.
PORTNAME= php5
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= cs
MASTER_SITES= # none
PKGNAMESUFFIX= -extensions
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= ta@cs.nctu.edu.tw
COMMENT= A "meta-port" to install the PHP extensions that NCTU CS needed
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
USE_PHP_BUILD= yes
NO_BUILD= yes
NO_STAGE= yes
USE_PHP= bz2 \
ctype \
curl \
dom \
filter \
gd \
hash \
iconv \
imap \
json \
ldap \
mbstring \
mcrypt \
mssql \
mysql \
mysqli \
openssl \
pdo \
pdo_mysql \
posix \
session \
simplexml \
snmp \
sockets \
sqlite3 \
tokenizer \
xml \
xmlreader \
xmlwriter \
xsl \
zip \
zlib
do-install: build
@${DO_NADA}
.include <bsd.port.mk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment