openbsd-ports/www/pecl-proctitle/Makefile

18 lines
317 B
Makefile
Raw Normal View History

2012-08-23 15:35:31 -04:00
# $OpenBSD: Makefile,v 1.8 2012/08/23 19:35:31 sthen Exp $
COMMENT= PHP support for setproctitle
DISTNAME= proctitle-0.1.1
2012-08-23 15:35:31 -04:00
REVISION= 5
2012-04-19 17:30:26 -04:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-04-19 17:30:26 -04:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>