aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-03-20 08:35:48 +0800
committerleeym <leeym@FreeBSD.org>2008-03-20 08:35:48 +0800
commit3bf380c14a3c66877709f2ab63f0bd38721edc94 (patch)
tree1fd50c66e4eddb2048d8d58b7ed577d8cb64b5b8
parent824fc5b66b33b8d51562b8f649f087888234a03e (diff)
downloadfreebsd-ports-gnome-3bf380c14a3c66877709f2ab63f0bd38721edc94.tar.gz
freebsd-ports-gnome-3bf380c14a3c66877709f2ab63f0bd38721edc94.tar.zst
freebsd-ports-gnome-3bf380c14a3c66877709f2ab63f0bd38721edc94.zip
- use CPAN macro
- simplify dependency - bump PORTREVISION PR: 121199 Submitted by: leeym Approved by: maintainer timeout
-rw-r--r--devel/p5-Module-Loaded/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Module-Loaded/Makefile b/devel/p5-Module-Loaded/Makefile
index e76d08f42f4a..1867eb0f2680 100644
--- a/devel/p5-Module-Loaded/Makefile
+++ b/devel/p5-Module-Loaded/Makefile
@@ -7,16 +7,14 @@
PORTNAME= Module-Loaded
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Module
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Mark modules as loaded or unloaded
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-
MAN3= Module::Loaded.3
PERL_CONFIGURE= yes