diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 18:09:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 18:09:54 +0000 |
commit | 160ded8bdd0578f39b418b61f90577690460e6e6 (patch) | |
tree | 1ba0f7d14b14d15eefe9e167c72166bdf0f3b368 /comms | |
parent | d7e8181c4a1ff73f2d8a332be2df433b4f1a194e (diff) | |
download | ports-160ded8bdd0578f39b418b61f90577690460e6e6.tar.gz ports-160ded8bdd0578f39b418b61f90577690460e6e6.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-SMS-SMS77/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-SMS-SMS77/Makefile b/comms/p5-SMS-SMS77/Makefile index 84fb8c7d78bc..90eb5ec6546f 100644 --- a/comms/p5-SMS-SMS77/Makefile +++ b/comms/p5-SMS-SMS77/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-SMS-SMS77 -# Date created: 2010-02-04 -# Whom: Frank Steinborn <steinex@nognu.de> -# +# Created by: Frank Steinborn <steinex@nognu.de> # $FreeBSD$ PORTNAME= SMS-SMS77 @@ -19,7 +16,7 @@ MAN1= sms77send.1 MAN3= SMS::SMS77::Message.3 \ SMS::SMS77.3 -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |