diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
commit | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-im/twitmail | |
parent | adcf3b1a182f39c92b37fd681a90185275bcadb8 (diff) | |
download | ports-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.tar.gz ports-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.zip |
Notes
Diffstat (limited to 'net-im/twitmail')
-rw-r--r-- | net-im/twitmail/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/twitmail/Makefile b/net-im/twitmail/Makefile index 0b0ec3b75d51..57c37caa7a3a 100644 --- a/net-im/twitmail/Makefile +++ b/net-im/twitmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: twitmail -# Date created: 2010-02-13 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= twitmail PORTVERSION= 0.42 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate \ p5-Getopt-GUI-Long>=0.91:${PORTSDIR}/devel/p5-Getopt-GUI-Long -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= twitmail.1 |