aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-FreezeThaw
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:39:18 +0000
commit68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch)
tree0898749bb767b388765958548da12c5b50b3825d /devel/p5-FreezeThaw
parent031bd55ed2b892d722ffdba72b339be33879e047 (diff)
downloadports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz
ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip
Notes
Diffstat (limited to 'devel/p5-FreezeThaw')
-rw-r--r--devel/p5-FreezeThaw/Makefile5
-rw-r--r--devel/p5-FreezeThaw/pkg-descr11
2 files changed, 6 insertions, 10 deletions
diff --git a/devel/p5-FreezeThaw/Makefile b/devel/p5-FreezeThaw/Makefile
index c873751ce830..698fec9ca2a5 100644
--- a/devel/p5-FreezeThaw/Makefile
+++ b/devel/p5-FreezeThaw/Makefile
@@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-USE_PERL5= YES
+PERL_CONFIGURE= YES
MAN3= FreezeThaw.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>
diff --git a/devel/p5-FreezeThaw/pkg-descr b/devel/p5-FreezeThaw/pkg-descr
index 29bbd2ad2642..7e8c81d6124e 100644
--- a/devel/p5-FreezeThaw/pkg-descr
+++ b/devel/p5-FreezeThaw/pkg-descr
@@ -1,7 +1,6 @@
- Converts data to/from stringified form, appropriate for
- saving-to/reading-from permanent storage.
-
- Deals with objects, circular lists, repeated appearence of
- the same refence. Does not deal with overloaded stringify
- operator yet.
+Converts data to/from stringified form, appropriate for
+saving-to/reading-from permanent storage.
+Deals with objects, circular lists, repeated appearence of
+the same refence. Does not deal with overloaded stringify
+operator yet.