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:
Anton Berezin 2001-12-15 17:37:18 +00:00
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

View file

@ -386,6 +386,7 @@
SUBDIR += p5-Inline SUBDIR += p5-Inline
SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-ASM
SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-CPP
SUBDIR += p5-Inline-Filters
SUBDIR += p5-Ioctl SUBDIR += p5-Ioctl
SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext
SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-PGetText

View 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>

View file

@ -0,0 +1 @@
MD5 (Inline-Filters-0.12.tar.gz) = 388567f0ce9d59a4c5145ef59312815d

View file

@ -0,0 +1 @@
Common source code filters for Inline Modules

View 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

View 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