mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/dist/Module-Install-Repository/changes
19 lines
394 B
Makefile
19 lines
394 B
Makefile
PORTNAME= Module-Install-Repository
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to set repository URL from svn/svk/Git checkout
|
|
WWW= https://metacpan.org/release/Module-Install-Repository
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|