Add p5-Getopt-Popt 0.01, perl interface to the popt(3) library.

This commit is contained in:
Sergey Skvortsov 2004-11-04 10:15:45 +00:00
parent 57846e8efe
commit 1f2a199eb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120760
5 changed files with 46 additions and 0 deletions

View File

@ -827,6 +827,7 @@
SUBDIR += p5-Getopt-Declare
SUBDIR += p5-Getopt-Long
SUBDIR += p5-Getopt-Mixed
SUBDIR += p5-Getopt-Popt
SUBDIR += p5-Glib2
SUBDIR += p5-Heap
SUBDIR += p5-Heap-Simple

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: Getopt-Popt
# Date created: 04 November 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Getopt-Popt
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Getopt
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl interface to the popt(3) library
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include' LIBS'-L${LOCALBASE}/lib'
MAN3= Getopt::Popt.3
post-patch:
@${MKDIR} ${WRKSRC}/ex
@${MV} ${WRKSRC}/example.pl ${WRKSRC}/ex
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Getopt-Popt-0.01.tar.gz) = 39367aadc172a2c2ddd33bbbba532e65
SIZE (Getopt-Popt-0.01.tar.gz) = 21394

View File

@ -0,0 +1,5 @@
This module provides an interface to (most of) the functions available
in the popt library. See the popt(3) manpage for more details about
what the popt library can do.
WWW: http://search.cpan.org/dist/Getopt-Popt/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Popt/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/Getopt/Popt.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Popt/Popt.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Popt/Popt.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Popt
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Getopt 2>/dev/null || true