diff options
Diffstat (limited to 'devel/p5-Thread-Suspend/Makefile')
-rw-r--r-- | devel/p5-Thread-Suspend/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Thread-Suspend/Makefile b/devel/p5-Thread-Suspend/Makefile index 75d2bfe47d8b..f5a6627963d0 100644 --- a/devel/p5-Thread-Suspend/Makefile +++ b/devel/p5-Thread-Suspend/Makefile @@ -5,8 +5,7 @@ PORTNAME= Thread-Suspend PORTVERSION= 1.22 PORTREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Thread +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,12 +14,10 @@ COMMENT= Suspend and resume operations for threads USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - pre-everything:: @${ECHO_MSG} "----------------------------------------------------------" @${ECHO_MSG} "This module requires a threaded perl. If your install" @${ECHO_MSG} "is not threaded please install lang/${PERL_PORT} with threads" @${ECHO_MSG} "----------------------------------------------------------" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |