mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4aed62967d
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_DIME-1.0.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_DIME-1.0.2.tgz fetch: http://pear.php.net/get/Net_DIME-1.0.2.tgz: size mismatch: expected 7581, actual 7607 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_DIME-1.0.2.tgz [1] Approved by: portmgr (blanket)
15 lines
266 B
Makefile
15 lines
266 B
Makefile
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_DIME
|
|
PORTVERSION= 1.0.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= The PEAR::Net_DIME class implements DIME encoding
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|