mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix plist
- Trim header Reported by: poudriere exp-run
This commit is contained in:
parent
4335b9bfe0
commit
6348c3c7fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318283
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: EasyTCP
|
||||
# Date created: 24 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= EasyTCP
|
||||
PORTVERSION= 0.26
|
||||
@ -17,7 +13,7 @@ MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Easily create TCP/IP clients and servers
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
%%SITE_PERL%%/Net/EasyTCP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/auto/Net/EasyTCP
|
||||
@dirrmtry %%SITE_PERL%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/EasyTCP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user