mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
615df3a4fd
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Services_Pingback-0.2.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Services_Pingback-0.2.2.tgz fetch: http://pear.php.net/get/Services_Pingback-0.2.2.tgz: size mismatch: expected 8525, actual 8608 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Services_Pingback-0.2.2.tgz [1] Approved by: portmgr (blanket)
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_Pingback
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Pingback user-agent class
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|