mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Perl fixes
This commit is contained in:
parent
673675251d
commit
71ed7995a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12758
@ -3,7 +3,7 @@
|
||||
# Date created: September 11th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1997/09/13 17:48:49 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= RadiusPerl-0.05
|
||||
@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= Authen
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5/
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5/
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= Authen::Radius.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
pre-configure:
|
||||
@${CP} ${WRKSRC}/Authen/Radius.pm ${WRKSRC}
|
||||
|
@ -1,2 +1,2 @@
|
||||
lib/perl5/site_perl/Authen/Radius.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Authen/Radius/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Authen/Radius/.packlist
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 9 May 1998
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/05/09 16:57:39 hoek Exp $
|
||||
# $Id: Makefile,v 1.6 1998/07/09 18:32:33 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= w3mir-1.0.3
|
||||
@ -12,7 +12,7 @@ MASTER_SITES= http://www.math.uio.no/~janl/w3mir/
|
||||
|
||||
MAINTAINER= ache@freebsd.org
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
USE_PERL5= Yes
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
bin/w3mfix
|
||||
bin/w3mir
|
||||
lib/perl5/site_perl/htmlop.pm
|
||||
lib/perl5/site_perl/w3http.pm
|
||||
lib/perl5/site_perl/w3pdfuri.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/htmlop.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/w3http.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/w3pdfuri.pm
|
||||
share/doc/w3mir/Artistic
|
||||
share/doc/w3mir/README
|
||||
share/doc/w3mir/example.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user