mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Inline-Filters 0.12, common source code filters for Inline
Modules. PR: 32868 Submitted by: Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
parent
82d9e826ee
commit
aa239c29a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51583
6 changed files with 41 additions and 0 deletions
|
@ -386,6 +386,7 @@
|
|||
SUBDIR += p5-Inline
|
||||
SUBDIR += p5-Inline-ASM
|
||||
SUBDIR += p5-Inline-CPP
|
||||
SUBDIR += p5-Inline-Filters
|
||||
SUBDIR += p5-Ioctl
|
||||
SUBDIR += p5-Locale-Maketext
|
||||
SUBDIR += p5-Locale-PGetText
|
||||
|
|
25
devel/p5-Inline-Filters/Makefile
Normal file
25
devel/p5-Inline-Filters/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: Inline::Filters
|
||||
# Date created: 14 Dec 2001
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Inline-Filters
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Inline
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Inline::Filters.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Inline-Filters/distinfo
Normal file
1
devel/p5-Inline-Filters/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Inline-Filters-0.12.tar.gz) = 388567f0ce9d59a4c5145ef59312815d
|
1
devel/p5-Inline-Filters/pkg-comment
Normal file
1
devel/p5-Inline-Filters/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Common source code filters for Inline Modules
|
7
devel/p5-Inline-Filters/pkg-descr
Normal file
7
devel/p5-Inline-Filters/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Inline::Filters provides common source code filters to Inline Language
|
||||
Modules.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Inline-Filters
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@protey.ru
|
6
devel/p5-Inline-Filters/pkg-plist
Normal file
6
devel/p5-Inline-Filters/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Filters/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Inline/Filters.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Inline/Filters.pod
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/Filters
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue