update to version 1.56, remove comments around quotes
and update maintainers email address where there feedback & ok bluhm@ (MAINTAINER)
This commit is contained in:
parent
d5f5968cad
commit
ebd0a70cda
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/01/14 20:49:05 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/07/26 18:30:31 simon Exp $
|
||||
|
||||
COMMENT= "Perl interface to Radius"
|
||||
COMMENT= Perl interface to Radius
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Net-Radius-1.44
|
||||
DISTNAME= Net-Radius-1.56
|
||||
CATEGORIES= net devel
|
||||
|
||||
MAINTAINER= Alexander Bluhm <alexander_bluhm@genua.de>
|
||||
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# perl artistic license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -14,17 +14,20 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
REGRESS_DEPENDS=::devel/p5-Test-Warn
|
||||
|
||||
DATADIR= ${PREFIX}/share/p5-Net-Radius
|
||||
DOCDIR= ${PREFIX}/share/doc/p5-Net-Radius
|
||||
DOCS= README README.3COM README.VSA
|
||||
DOCS= README README.3COM README.VSA \
|
||||
README.broken README.packets README.server
|
||||
EXDIR= ${PREFIX}/share/examples/p5-Net-Radius
|
||||
EXAMPLES= example-client.pl example-menu.pl example-unix.pl \
|
||||
example-yes.pl radius2ldap.pl tutorial.pl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/dictionary ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/dictionary.3com ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/dicts/dictionary ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/dicts/dictionary.3com ${DATADIR}
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Net-Radius-1.44.tar.gz) = gzMDQyGlUvNq+iCE5UFCCg==
|
||||
RMD160 (Net-Radius-1.44.tar.gz) = 8LZflmvi92WO/gNUIHFcD2iKqDk=
|
||||
SHA1 (Net-Radius-1.44.tar.gz) = TVZyT4vs/YLEhyLSjWUxmy2UlWk=
|
||||
SHA256 (Net-Radius-1.44.tar.gz) = wHZ/fhI2nlpYDLBpA6hGQWpgRtF4yAyBhDyXtM/gAkY=
|
||||
SIZE (Net-Radius-1.44.tar.gz) = 63914
|
||||
MD5 (Net-Radius-1.56.tar.gz) = 7G+mH1b2ihUObdlrbDDgqA==
|
||||
RMD160 (Net-Radius-1.56.tar.gz) = syiPABZcW7Oo4OxUnYni/m55XoY=
|
||||
SHA1 (Net-Radius-1.56.tar.gz) = kbD6eTF8BOI7qV6huqg2HtJVZ6s=
|
||||
SHA256 (Net-Radius-1.56.tar.gz) = dryjujpJTeBeFLJ1oEAu/sgC4jP/9X/Rb0vfRSrmkAU=
|
||||
SIZE (Net-Radius-1.56.tar.gz) = 198128
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/11/14 12:15:38 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/07/26 18:30:31 simon Exp $
|
||||
${P5SITE}/Net/
|
||||
${P5SITE}/Net/Radius/
|
||||
${P5SITE}/Net/Radius/Dictionary.pm
|
||||
@ -9,6 +9,9 @@ share/doc/p5-Net-Radius/
|
||||
share/doc/p5-Net-Radius/README
|
||||
share/doc/p5-Net-Radius/README.3COM
|
||||
share/doc/p5-Net-Radius/README.VSA
|
||||
share/doc/p5-Net-Radius/README.broken
|
||||
share/doc/p5-Net-Radius/README.packets
|
||||
share/doc/p5-Net-Radius/README.server
|
||||
share/examples/p5-Net-Radius/
|
||||
share/examples/p5-Net-Radius/example-client.pl
|
||||
share/examples/p5-Net-Radius/example-menu.pl
|
||||
|
Loading…
x
Reference in New Issue
Block a user