1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add p5-Carp-Assert 0.17, perl module not unlike C assert.h.

PR:		32878
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Anton Berezin 2001-12-17 13:36:50 +00:00
parent bc899b7c58
commit 9aadd3f9df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51667
6 changed files with 36 additions and 0 deletions

View File

@ -317,6 +317,7 @@
SUBDIR += p5-BSD-Resource
SUBDIR += p5-C-Scan
SUBDIR += p5-Cache-Cache
SUBDIR += p5-Carp-Assert
SUBDIR += p5-Cdk
SUBDIR += p5-Class-Contract
SUBDIR += p5-Class-Date

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Carp-Assert
# Date created: 15 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Carp-Assert
PORTVERSION= 0.17
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Carp
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Carp::Assert.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Carp-Assert-0.17.tar.gz) = 94c208587f49a85b3d3d354d0d3a7dc4

View File

@ -0,0 +1 @@
Executable comments like the ANSI C library assert.h

View File

@ -0,0 +1,6 @@
Carp::Assert is intended for a purpose like the ANSI C library assert.h.
WWW: http://search.cpan.org/search?dist=Carp-Assert
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Assert/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Carp/Assert.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Assert
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Carp 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp 2>/dev/null || true