-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shell
committed
Feb 14, 2002
1 parent
664a2e8
commit 3ce02d7
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# $OpenBSD: Makefile,v 1.7 2001/12/18 03:12:13 shell Exp $ | ||
# $OpenBSD: Makefile,v 1.8 2002/02/14 02:05:16 shell Exp $ | ||
|
||
COMMENT= "perl module for using OpenSSL" | ||
|
||
VERSION= 1.12 | ||
VERSION= 1.13 | ||
DISTNAME= Net_SSLeay.pm-${VERSION} | ||
PKGNAME= p5-Net-SSLeay-${VERSION} | ||
CATEGORIES= security perl5 | ||
NEED_VERSION= 1.500 | ||
NEED_VERSION= 1.504 | ||
|
||
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} | ||
MASTER_SITE_SUBDIR= Net | ||
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html | ||
|
||
MAINTAINER= Shell Hung <[email protected]> | ||
|
||
|
@@ -21,8 +21,8 @@ PERMIT_DISTFILES_FTP= Yes | |
|
||
CONFIGURE_STYLE= perl | ||
|
||
PLDIR= ${PREFIX}/share/examples/p5-Net-SSLeay | ||
SRCDIR= ${WRKSRC}/examples | ||
PLDIR= ${PREFIX}/share/examples/p5-Net-SSLeay | ||
SRCDIR= ${WRKSRC}/examples | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${PLDIR} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
MD5 (Net_SSLeay.pm-1.12.tar.gz) = 95eb550e1b3773238a3fd73546a60c75 | ||
RMD160 (Net_SSLeay.pm-1.12.tar.gz) = e0833bb1a0354e8efdd05bb0e9b65f09cc6fa00c | ||
SHA1 (Net_SSLeay.pm-1.12.tar.gz) = 70f113d972542a70e9b1fb92b87d02781bf918bc | ||
MD5 (Net_SSLeay.pm-1.13.tar.gz) = 97b9b9987e3c5ec0894d01caf1649dbe | ||
RMD160 (Net_SSLeay.pm-1.13.tar.gz) = 8d4a7f3cc7c1e1ccf2622ad5504e8d14073f7700 | ||
SHA1 (Net_SSLeay.pm-1.13.tar.gz) = 1795492ca6c5eef03e23cd6480d83daa11d29f1e |