diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 02:44:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-02-24 02:44:43 +0000 |
commit | c8e6ea768a9ce0496b0a3d5a01edb06b9ee5845f (patch) | |
tree | 5c22493df9f915d7482a49a419538f7ef765365d /databases/pecl-drizzle | |
parent | 3160dc187c691551763c6b36983d014134e142a5 (diff) | |
download | ports-c8e6ea768a9ce0496b0a3d5a01edb06b9ee5845f.tar.gz ports-c8e6ea768a9ce0496b0a3d5a01edb06b9ee5845f.zip |
Notes
Diffstat (limited to 'databases/pecl-drizzle')
-rw-r--r-- | databases/pecl-drizzle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index 0cb9fd45433c..4dcb57208a20 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.4.2 CATEGORIES= databases MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -16,6 +15,7 @@ LICENSE= PHP301 LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle +USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes DEFAULT_VERSIONS+= php=53 |