c531664370
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => File_PDF-0.3.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/File_PDF-0.3.3.tgz fetch: http://pear.php.net/get/File_PDF-0.3.3.tgz: size mismatch: expected 42187, actual 42425 Reference: https://people.FreeBSD.org/~sunpoet/checksum/File_PDF-0.3.3.tgz [1] Approved by: portmgr (blanket)
13 lines
236 B
Makefile
13 lines
236 B
Makefile
# Created by: Anish Mistry <amistry@am-productions.biz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File_PDF
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= print pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to generate PDFs
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|