1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix a typo in LIB_DEPENDS (s/libmemcached.do/libmemcached.so) [1]

- Add stage support

PR:		ports/184914
Submitted by:	Benjamin Lee <ben@b1c1l1.com> [1]
This commit is contained in:
Danilo Egea Gondolfo 2013-12-17 18:14:08 +00:00
parent 622bcb4a8f
commit 6e613615df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336749

View File

@ -12,11 +12,10 @@ COMMENT= Python libmemcached wrapper
LICENSE= BSD
LIB_DEPENDS= libmemcached.do:${PORTSDIR}/databases/libmemcached
LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}"
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>