openbsd-ports/archivers/pecl-rar/Makefile

21 lines
353 B
Makefile
Raw Normal View History

2012-08-23 15:35:31 -04:00
# $OpenBSD: Makefile,v 1.11 2012/08/23 19:35:31 sthen Exp $
COMMENT= PHP support for rar archives
2012-04-19 17:30:26 -04:00
DISTNAME= rar-2.0.0
CATEGORIES= archivers
2012-08-23 15:35:31 -04:00
REVISION= 7
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
2011-10-12 04:37:39 -04:00
WANTLIB= m stdc++
2012-04-19 17:30:26 -04:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>