- Update to 0.002
- Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/DynaLoader-Functions/Changes
This commit is contained in:
parent
5147f53bf5
commit
4f75886b0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324887
2 changed files with 7 additions and 8 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-DynaLoader-Functions
|
||||
# Date created: 2012-02-07
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DynaLoader-Functions
|
||||
PORTVERSION= 0.001
|
||||
PORTVERSION= 0.002
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Deconstructed dynamic C library loading
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DynaLoader-Functions-0.001.tar.gz) = 4fff7fb35e5dc3d1f947277d548393f4c23c59190b68e8553ed800615ff76570
|
||||
SIZE (DynaLoader-Functions-0.001.tar.gz) = 9572
|
||||
SHA256 (DynaLoader-Functions-0.002.tar.gz) = c7335cda1a10eb0249171a6c1f282b0a0ae5366a656292f236a52a309c83b1aa
|
||||
SIZE (DynaLoader-Functions-0.002.tar.gz) = 9961
|
||||
|
|
Loading…
Reference in a new issue