mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Use real PORTVERSION
- Remove DISTVERSION - Add LICENSE - Add NO_ARCH - Sort PLIST
This commit is contained in:
parent
a6a127b83f
commit
4c577be47a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435020
2 changed files with 8 additions and 4 deletions
|
@ -2,9 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= DateTime-Format-IBeat
|
PORTNAME= DateTime-Format-IBeat
|
||||||
PORTVERSION= 0.16.1
|
PORTVERSION= 0.161
|
||||||
PORTREVISION= 1
|
|
||||||
DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/}
|
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
|
@ -13,9 +11,15 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Format times in .beat notation
|
COMMENT= Format times in .beat notation
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv2
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE_ART10= ${WRKSRC}/Artistic
|
||||||
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime
|
BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
%%PERL5_MAN3%%/DateTime::Format::IBeat.3.gz
|
|
||||||
%%SITE_PERL%%/DateTime/Format/IBeat.pm
|
%%SITE_PERL%%/DateTime/Format/IBeat.pm
|
||||||
|
%%PERL5_MAN3%%/DateTime::Format::IBeat.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue