diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-18 13:46:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-18 13:46:06 +0000 |
commit | 80e3d30dbe608543d0c5724486800a5bd36cf36f (patch) | |
tree | 368839c1652430e04cd230cd5f4dac8b4b39f5bd /lang/p5-Marpa-PP | |
parent | 90502b7745a5e4a88592ba36f494a0c045d78aff (diff) |
- Add missing RUN_DEPENDS
- Add LICENSE
- Cleanup Makefile header
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=324917
Diffstat (limited to 'lang/p5-Marpa-PP')
-rw-r--r-- | lang/p5-Marpa-PP/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/p5-Marpa-PP/Makefile b/lang/p5-Marpa-PP/Makefile index b4e82d68ed5f..627ad2d7d5d8 100644 --- a/lang/p5-Marpa-PP/Makefile +++ b/lang/p5-Marpa-PP/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Marpa-PP -# Date created: 2011-10-25 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Marpa-PP PORTVERSION= 0.014 +PORTREVISION= 1 CATEGORIES= lang textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JKEGL @@ -16,11 +13,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}000 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Perl version of Marpa +LICENSE= LGPLv3 + BUILD_DEPENDS= p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken -BUILD_DEPENDS= p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken - +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken # PERL_CONFIGURE failed on Perl 5.12.4 |