mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/p5-Text-Outdent: Add LICENSE
- Remove MASTER_SITE_SUBDIR - Add NO_ARCH - Pass maintainership to perl@
This commit is contained in:
parent
bcc609a29b
commit
52667d6018
1 changed files with 7 additions and 2 deletions
|
@ -3,14 +3,19 @@ PORTVERSION= 0.01
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:LODIN
|
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Strip leading whitespace from here-docs
|
COMMENT= Strip leading whitespace from here-docs
|
||||||
WWW= https://metacpan.org/release/Text-Outdent
|
WWW= https://metacpan.org/release/Text-Outdent
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue