mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Templates like perl module HTML::Template
WWW: http://reki.ru/products/ctpp/ PR: ports/121933 Submitted by: Andrei V. Shetuhin <reki at reki.ru>
This commit is contained in:
parent
cbab49b3cd
commit
abc01da3e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209858
@ -375,6 +375,7 @@
|
||||
SUBDIR += p5-Games-Dissociate
|
||||
SUBDIR += p5-Getopt-Lucid
|
||||
SUBDIR += p5-Google-Data-JSON
|
||||
SUBDIR += p5-HTML-CTPP2
|
||||
SUBDIR += p5-HTML-Copy
|
||||
SUBDIR += p5-HTML-Entities-ImodePictogram
|
||||
SUBDIR += p5-HTML-Entities-Numbered
|
||||
|
26
textproc/p5-HTML-CTPP2/Makefile
Normal file
26
textproc/p5-HTML-CTPP2/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-HTML-CTPP2
|
||||
# Date Created: 20 Mar, 2008
|
||||
# Whom: Andrei V. Shetuhin <reki@reki.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-CTPP2
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= reki@reki.ru
|
||||
COMMENT= Perl interface module to CTPP2 library
|
||||
|
||||
LIB_DEPENDS= ctpp2:${PORTSDIR}/textproc/ctpp2
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::CTPP2.3
|
||||
|
||||
# The port actually requires ${CXX} when ${CC} is defined
|
||||
CC= ${CXX}
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-HTML-CTPP2/distinfo
Normal file
3
textproc/p5-HTML-CTPP2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTML-CTPP2-2.1.1.tar.gz) = a2307631d7ed8eb0c74078300c949abf
|
||||
SHA256 (HTML-CTPP2-2.1.1.tar.gz) = 1368843ed4b15f923c30182181c13ea43e556af4ec4b323cb8921c5262f613d2
|
||||
SIZE (HTML-CTPP2-2.1.1.tar.gz) = 47533
|
3
textproc/p5-HTML-CTPP2/pkg-descr
Normal file
3
textproc/p5-HTML-CTPP2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Templates like perl module HTML::Template
|
||||
|
||||
WWW: http://reki.ru/products/ctpp/
|
8
textproc/p5-HTML-CTPP2/pkg-plist
Normal file
8
textproc/p5-HTML-CTPP2/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/HTML/CTPP2.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CTPP2/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CTPP2/CTPP2.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CTPP2/CTPP2.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CTPP2/autosplit.ix
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CTPP2
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML
|
Loading…
Reference in New Issue
Block a user