mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE
This commit is contained in:
parent
fd56d9dfda
commit
e53f4db3a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381546
1 changed files with 5 additions and 3 deletions
|
@ -8,9 +8,11 @@ CATEGORIES= mail www pear
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PEAR implementation of the RFC2033 LMTP protocol
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
||||
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
||||
LICENSE= PHP301
|
||||
|
||||
USES= pear
|
||||
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= pear
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue