mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_Javascript-1.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_Javascript-1.1.2.tgz fetch: http://pear.php.net/get/HTML_Javascript-1.1.2.tgz: size mismatch: expected 8620, actual 8750 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_Javascript-1.1.2.tgz [1] Approved by: portmgr (blanket)
13 lines
285 B
Makefile
13 lines
285 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Javascript
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Provides an interface for creating simple JS scripts
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|