mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Versions
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to handle versions of loaded modules
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5 zip
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|