24 lines
360 B
Makefile
24 lines
360 B
Makefile
COMMENT= PHP bindings for the libmcrypt library
|
|
|
|
DISTNAME= mcrypt-1.0.5
|
|
DIST_SUBDIR= pecl
|
|
|
|
CATEGORIES= security
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ltdl mcrypt
|
|
|
|
MODULES= lang/php/pecl
|
|
|
|
MODPHP_DO_SAMPLE= mcrypt
|
|
|
|
LIB_DEPENDS= devel/libtool,-ltdl \
|
|
security/libmcrypt
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|