svn commit: r324916 - head/lang/p5-Marpa-XS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 18 13:43:12 UTC 2013


Author: sunpoet
Date: Sun Aug 18 13:43:12 2013
New Revision: 324916
URL: http://svnweb.freebsd.org/changeset/ports/324916

Log:
  - Add LICENSE
  - Cleanup Makefile header

Modified:
  head/lang/p5-Marpa-XS/Makefile

Modified: head/lang/p5-Marpa-XS/Makefile
==============================================================================
--- head/lang/p5-Marpa-XS/Makefile	Sun Aug 18 13:39:50 2013	(r324915)
+++ head/lang/p5-Marpa-XS/Makefile	Sun Aug 18 13:43:12 2013	(r324916)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Marpa-XS
-# Date created:		2011-10-25
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Marpa-XS
 PORTVERSION=	1.008000
@@ -15,6 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	XS version of Marpa
 
+LICENSE=	LGPLv3
+
 BUILD_DEPENDS=	p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
 		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
 		p5-Glib2>=1.223:${PORTSDIR}/devel/p5-Glib2 \
@@ -24,7 +22,6 @@ RUN_DEPENDS=	p5-ExtUtils-PkgConfig>=0:${
 		p5-Glib2>=1.223:${PORTSDIR}/devel/p5-Glib2 \
 		p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \
 		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
-
 TEST_DEPENDS=	p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
 
 PERL_CONFIGURE=	yes


More information about the svn-ports-head mailing list