svn commit: r313696 - head/devel/p5-IO-Interactive
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 9 08:46:44 UTC 2013
Author: sunpoet
Date: Sat Mar 9 08:46:44 2013
New Revision: 313696
URL: http://svnweb.freebsd.org/changeset/ports/313696
Log:
- Fix *_DEPENDS: version is already in all supported Perl releases
- Add LICENSE
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
Modified:
head/devel/p5-IO-Interactive/Makefile (contents, props changed)
Modified: head/devel/p5-IO-Interactive/Makefile
==============================================================================
--- head/devel/p5-IO-Interactive/Makefile Sat Mar 9 08:44:13 2013 (r313695)
+++ head/devel/p5-IO-Interactive/Makefile Sat Mar 9 08:46:44 2013 (r313696)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: IO-Interactive
-# Date created: 12 December 2009
-# Whom: Andrey Kostenko <andrey at kostenko.name>
-#
+# Created by: Andrey Kostenko <andrey at kostenko.name>
# $FreeBSD$
-#
PORTNAME= IO-Interactive
PORTVERSION= 0.0.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
@@ -15,12 +12,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Utilities for interactive I/O
-BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
-PORTSCOUT= skipv:0.01
+PERL_CONFIGURE= yes
+
+MAN3= IO::Interactive.3
-PERL_CONFIGURE= YES
-MAN3= IO::Interactive.3
+PORTSCOUT= skipv:0.01
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list