svn commit: r353423 - head/lang/p5-ePerl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 03:51:18 UTC 2014


Author: sunpoet
Date: Fri May  9 03:51:17 2014
New Revision: 353423
URL: http://svnweb.freebsd.org/changeset/ports/353423
QAT: https://qat.redports.org/buildarchive/r353423/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		ports/189334
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/lang/p5-ePerl/Makefile

Modified: head/lang/p5-ePerl/Makefile
==============================================================================
--- head/lang/p5-ePerl/Makefile	Fri May  9 03:51:13 2014	(r353422)
+++ head/lang/p5-ePerl/Makefile	Fri May  9 03:51:17 2014	(r353423)
@@ -4,13 +4,15 @@
 PORTNAME=	eperl
 PORTVERSION=	2.2.14
 CATEGORIES=	lang www perl5
-MASTER_SITES=	${MASTER_SITE_OSSP}
-MASTER_SITE_SUBDIR=	tool/${PORTNAME}
+MASTER_SITES=	OSSP/tool/${PORTNAME}
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
 
+LICENSE=	ART10 GPLv2
+LICENSE_COMB=	dual
+
 MAKE_JOBS_UNSAFE=	yes
 
 USES=		perl5


More information about the svn-ports-all mailing list