diff options
author | skv <skv@FreeBSD.org> | 2002-04-09 00:24:46 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-04-09 00:24:46 +0800 |
commit | ccbadc021cb340aa0c24afcdc546a40f5d944714 (patch) | |
tree | 334af0a70b9c2e91d12616be1b182aa848e51286 /devel/p5-Class-Contract | |
parent | 7db1881f0114324d6eeae6bd2f70878f3159a506 (diff) | |
download | freebsd-ports-gnome-ccbadc021cb340aa0c24afcdc546a40f5d944714.tar.gz freebsd-ports-gnome-ccbadc021cb340aa0c24afcdc546a40f5d944714.tar.zst freebsd-ports-gnome-ccbadc021cb340aa0c24afcdc546a40f5d944714.zip |
Minor fixes.
Approved by: markm
Diffstat (limited to 'devel/p5-Class-Contract')
-rw-r--r-- | devel/p5-Class-Contract/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Contract/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Class-Contract/pkg-plist | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/p5-Class-Contract/Makefile b/devel/p5-Class-Contract/Makefile index 7353cac2830a..040105d4f9c2 100644 --- a/devel/p5-Class-Contract/Makefile +++ b/devel/p5-Class-Contract/Makefile @@ -12,11 +12,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org BUILD_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos PERL_CONFIGURE= yes +PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}" MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Class::Contract.3 Class::Contract::Production.3 @@ -30,6 +31,7 @@ pre-configure: post-install: .ifndef(NOPORTDOCS) + @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* \ ${PREFIX}/share/examples/${PORTNAME} diff --git a/devel/p5-Class-Contract/pkg-descr b/devel/p5-Class-Contract/pkg-descr index fb9dc3d35ab4..9297680e87b0 100644 --- a/devel/p5-Class-Contract/pkg-descr +++ b/devel/p5-Class-Contract/pkg-descr @@ -1,8 +1,11 @@ The Class::Contract module implements strong encapsulation, static inheritance, and design-by-contract condition checking for -object-oriented Perl. The module provides a declarative syntax for -attribute, method, constructor, and destructor definitions at both -the object and class level. Pre-conditions, post-conditions, and -class invariants are also fully supported. +object-oriented Perl. The module provides a declarative syntax for +attribute, method, constructor, and destructor definitions at both the +object and class level. Pre-conditions, post-conditions, and class +invariants are also fully supported. WWW: http://search.cpan.org/search?dist=Class-Contract + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/devel/p5-Class-Contract/pkg-plist b/devel/p5-Class-Contract/pkg-plist index 2faabd3cc5c4..74e53c6298cf 100644 --- a/devel/p5-Class-Contract/pkg-plist +++ b/devel/p5-Class-Contract/pkg-plist @@ -1,8 +1,8 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Contract/.packlist lib/perl5/site_perl/%%PERL_VER%%/Class/Contract.pm lib/perl5/site_perl/%%PERL_VER%%/Class/Contract/Production.pm -%%PORTDOCS%%share/examples/Class-Contract/demo.pl -%%PORTDOCS%%@dirrm share/examples/Class-Contract +%%PORTDOCS%%%%EXAMPLESDIR%%/demo.pl +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm lib/perl5/site_perl/%%PERL_VER%%/Class/Contract @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Contract @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true |