a715bc9647
1.0.1 * Fixed message decoding (Bug #14590). 1.0.0 * Switched license to BSD License. 1.0.0RC1 Fixed a constant name typo (Aaron Nixon, Bug #5537).
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/02/06 15:56:35 taca Exp $
|
|
|
|
DISTNAME= Net_DIME-1.0.1
|
|
CATEGORIES+= net
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= PHP classes that implements DIME encoding
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= php-pear-Net_DIME-[0-9]*
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|