1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Utilize devel/pear-PEAR/Makefile.common.

PR:		ports/65512
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
This commit is contained in:
Thierry Thomas 2004-04-14 21:55:26 +00:00
parent f5d187b67c
commit db2eb50c79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107078
3 changed files with 3 additions and 9 deletions

View File

@ -15,11 +15,8 @@ COMMENT= PEAR miscellaneous HTTP utilities
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
FILES= HTTP.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
do-install:
@${CP} ${WRKSRC}/HTTP.php ${PEARDIR}
@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTTP.php
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
The HTTP class is a class with static methods for doing miscellaneous
HTTP-related stuff like date formatting or language negotiation.
WWW: http://pear.php.net/package-info.php?package=HTTP
WWW: http://pear.php.net/package/HTTP/

View File

@ -1,3 +0,0 @@
%%PEARDIR%%/HTTP.php
%%PKGREGDIR%%/package.xml
@dirrm %%PKGREGDIR%%