parent
db55b4e9cb
commit
66defa5cd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277530
4 changed files with 34 additions and 0 deletions
|
@ -971,6 +971,7 @@
|
|||
SUBDIR += pear-Structures_DataGrid_Renderer_XLS
|
||||
SUBDIR += pear-Structures_DataGrid_Renderer_XML
|
||||
SUBDIR += pear-Text_Highlighter
|
||||
SUBDIR += pear-Text_Template
|
||||
SUBDIR += pear-XML_Beautifier
|
||||
SUBDIR += pear-XML_DTD
|
||||
SUBDIR += pear-XML_Feed_Parser
|
||||
|
|
28
textproc/pear-Text_Template/Makefile
Normal file
28
textproc/pear-Text_Template/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Ports collection makefile for: pear-Text_Template
|
||||
# Date created: 11 July 2011
|
||||
# Whom: Martin Matuska <mm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text_Template
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= textproc www pear
|
||||
MASTER_SITES= http://pear.phpunit.de/get/
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= Simple template engine
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
|
||||
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
||||
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
|
||||
|
||||
PEAR_CHANNEL= phpunit
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
2
textproc/pear-Text_Template/distinfo
Normal file
2
textproc/pear-Text_Template/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PEAR/Text_Template-1.1.0.tgz) = 173a573cef70eb1d84333872fbde3803b1364056e539cb12d320ee22c3cd6330
|
||||
SIZE (PEAR/Text_Template-1.1.0.tgz) = 2783
|
3
textproc/pear-Text_Template/pkg-descr
Normal file
3
textproc/pear-Text_Template/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple PEAR template engine
|
||||
|
||||
WWW: http://pear.phpunit.de/
|
Loading…
Reference in a new issue