- Update to 5.67 [1]
- Trim Makefile's header [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Exporter/Changes PR: ports/176340 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer, via private email)
This commit is contained in:
parent
595d85a517
commit
f471406014
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313220
2 changed files with 7 additions and 8 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-Exporter
|
||||
# Date created: 2012-04-03
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Exporter
|
||||
PORTVERSION= 5.66
|
||||
PORTVERSION= 5.67
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= Implements default import method for modules
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Exporter.3 Exporter::Heavy.3
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Exporter-5.66.tar.gz) = 35bba6bbd2a5a983f1576b6c5acf57d90245297de6ad36a948d4a25e6d787234
|
||||
SIZE (Exporter-5.66.tar.gz) = 16594
|
||||
SHA256 (Exporter-5.67.tar.gz) = 31f964bf98f82aad606defac7d2e6d78442414d080f95754b6f938f5f59ec176
|
||||
SIZE (Exporter-5.67.tar.gz) = 16793
|
||||
|
|
Loading…
Reference in a new issue