blob: 2b9fbaa18dde48ef6d41e7dadb3c2425bb189e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: snowchyld
# $FreeBSD$
PORTNAME= Mail-Alias
PORTVERSION= 1.12
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chifeng@gmail.com
COMMENT= Mail::Alias
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|