ports/devel/p5-Module-Loaded/Makefile
2021-06-25 21:34:53 +08:00

21 lines
360 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
PORTNAME= Module-Loaded
PORTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Mark modules as loaded or unloaded
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>