Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= HTML_Template_Flexy |
8 |
PORTNAME= HTML_Template_Flexy |
9 |
PORTVERSION= 1.2.0 |
9 |
PORTVERSION= 1.2.1 |
10 |
CATEGORIES= devel www pear |
10 |
CATEGORIES= devel www pear |
11 |
|
11 |
|
12 |
MAINTAINER= antonio@php.net |
12 |
MAINTAINER= antonio@php.net |
Lines 69-73
Link Here
|
69 |
.endif |
69 |
.endif |
70 |
|
70 |
|
71 |
.include <bsd.port.pre.mk> |
71 |
.include <bsd.port.pre.mk> |
|
|
72 |
|
73 |
PHP_VERS= ${PHP_VERSION:S/.//g} |
74 |
|
75 |
.if defined(PHP_VERS) && ${PHP_VERS} < 430 |
76 |
IGNORE= "You need PHP 4.3.0 or later to install PEAR::HTML_Template_Flexy" |
77 |
.endif |
78 |
|
72 |
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |
79 |
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |
73 |
.include <bsd.port.post.mk> |
80 |
.include <bsd.port.post.mk> |