21 lines
393 B
Makefile
21 lines
393 B
Makefile
# New ports collection makefile for: p5-Module-Loaded
|
|
# Date created: 31 May 2006
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Loaded
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Mark modules as loaded or unloaded
|
|
|
|
MAN3= Module::Loaded.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|