- update to 1.0

This commit is contained in:
Yen-Ming Lee 2005-09-19 06:58:24 +00:00
parent aacc719271
commit dd87df5000
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143126
3 changed files with 15 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= AI-Perceptron
PORTVERSION= 0.01
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= AI
@ -15,8 +15,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module for introducing to internal operations of neural networks
PERL_CONFIGURE= yes
BUILD_DEPENDS= ${SITE_PERL}/accessors.pm:${PORTSDIR}/devel/p5-accessors
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= AI::Perceptron.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
# p5-accessors requires 5.6.0
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or above
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (AI-Perceptron-0.01.tar.gz) = e0be7c652e4b9931b94927fb602a6350
SIZE (AI-Perceptron-0.01.tar.gz) = 3545
MD5 (AI-Perceptron-1.0.tar.gz) = 17c4f512664a1981ed8894d85b8eefa4
SIZE (AI-Perceptron-1.0.tar.gz) = 7139

View file

@ -1,5 +1,2 @@
%%SITE_PERL%%/AI/Perceptron.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Perceptron/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Perceptron
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/AI 2>/dev/null || true