# New ports collection makefile for: RubyMail # Date created: 16 January 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= rmail PORTVERSION= 0.17 CATEGORIES= mail ruby MASTER_SITES= http://www.lickey.com/rubymail/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rubymail-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A light-weight mail manipulating library for Ruby USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb DOCS= NEWS NOTES README THANKS TODO doc post-extract: ${FIND} ${WRKSRC} -name '*~' -delete post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif .include s://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename mail/ patch-xy patches to reflect the files they modify.adamw2014-07-295-79/+79
* Support stagingehaupt2014-02-211-14/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* mail/mail2sms: fix fetchwg2013-06-212-12/+8
* Reset g.gonter@ieee.org: mbox full.linimon2013-06-201-1/+1
* - Fix build with clang [1]pawel2012-11-013-14/+24
* - remove MD5ohauer2011-07-03