- fix PERMIT_*
- add NO_TEST - doesn't need lang/php in MODULES
This commit is contained in:
parent
c40be0a1a4
commit
c6ca561eac
@ -1,13 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/09/23 13:17:23 dlg Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2013/09/23 13:31:46 sthen Exp $
|
||||
|
||||
COMMENT= resolver library used to communicate with a DNS server
|
||||
|
||||
DISTNAME= Net_DNS2-1.3.1
|
||||
REVISION= 2
|
||||
CATEGORIES= net
|
||||
REVISION= 1
|
||||
|
||||
MODULES= lang/php www/pear
|
||||
MODULES= www/pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
# tests need phpunit
|
||||
NO_TEST= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user