From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- devel/p5-Class-Singleton/Makefile | 2 ++ devel/p5-Class-Singleton/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 devel/p5-Class-Singleton/pkg-comment (limited to 'devel/p5-Class-Singleton') diff --git a/devel/p5-Class-Singleton/Makefile b/devel/p5-Class-Singleton/Makefile index ebd43e562c30..a8007a7ea1c4 100644 --- a/devel/p5-Class-Singleton/Makefile +++ b/devel/p5-Class-Singleton/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl module that describes a singular object class + SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Singleton/pkg-comment b/devel/p5-Class-Singleton/pkg-comment deleted file mode 100644 index 9b9fab2491e3..000000000000 --- a/devel/p5-Class-Singleton/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module that describes a singular object class -- cgit